instagram-user-feed icon indicating copy to clipboard operation
instagram-user-feed copied to clipboard

This is a scrapper to easily fetch any feed and interact with Instagram (like, follow, etc.) without OAuth for PHP.

Results 52 instagram-user-feed issues
Sort by recently updated
recently updated
newest added

**Version(s) affected**: 6.16.3 **Description** at this moment, loginWithCookies method is going to request to IG and create a new session every time. so there must be a way to save...

need-investigations

**Is your feature request related to a problem? Please describe.** It is not possible to search profiles by username and get a list of them. **Describe the solution you'd like**...

enhancement

**Version(s) affected**: 6.16.1 **Description** When trying to get a profile by id, I get the following error message: `Error: Client error: 'GET https://i.instagram.com/api/v1/users/web_profile_info/?username=robertdowneyjr' resulted in a '400 Bad Request' response:...

need-investigations

As I seen in another packages like "postaddictme/instagram-php-scraper" some methods doesn't require login to Instagram. Any way to achieve this with (getProfile) and other methods ? And thanks for your...

support
need-investigations

Every time I try to login from my API I get this warning with a login error. even though I use a list of proxies that changes every 30m What...

support
need-investigations

Hello. Everything worked fine, but 10 days ago it stopped receiving profile data. Error began to receive character login **** password ***** General error / Your IP may be blocked...

need-investigations

| Q | A | ------------- | --- | Branch? | master | Bug fix? | yes/no | New feature? | yes/no | Issue? | Fix #... (prefix each issue...

**Version(s) affected**: 6.16 **Description** When I try to login with Instagram::withCredentials() and ->login() method with username and password, I keep getting this error "Unable to extract JSON data". Everything was...

need-investigations

**Version(s) affected**: 6.16.4 **Description** Login error **How to reproduce** $client = new Client ([ 'proxy' => [ "http" => "my_proxy" ], ]); $cachePool = new FilesystemAdapter('instagram', 0, __DIR__ . '/cache/'...

need-investigations

**Version(s) affected**: ^7.0.0 **Description** When I do a $profile->getMedias() it returns an empty array **How to reproduce** ![image](https://github.com/pgrimaud/instagram-user-feed/assets/2690260/5e00f3a6-2470-464c-9c89-3acf906be3a6) ![image](https://github.com/pgrimaud/instagram-user-feed/assets/2690260/7c0be5a1-1292-48bb-8fb1-c36c280cc475) **Additional context** I am using the login with sessionId cookie

need-investigations