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

I've been getting this error when i use the getProfile function, has nothing to do with cache or authenticity of the account

**Version(s) affected**: x.y.z **Description** Generic error / Your IP may be block from Instagram. You should consider using a proxy.

support
need-investigations

please add feature to like user stories

enhancement

**Version(s) affected**: 6.16.0 I implemented the following code: ``` $cachePool = new FilesystemAdapter('Instagram', 0, config('cache.stores.file.path')); $api = new Api($cachePool); $api->login(env('INSTAGRAM_USERNAME'), env('INSTAGRAM_PASSWORD')); $sessionData = $cachePool->getItem(Session::SESSION_KEY . '.' . CacheHelper::sanitizeUsername(env('INSTAGRAM_USERNAME'))); $cookies =...

need-investigations

**Version(s) affected**: 6.16.0 Hello and thanks for this library. It works fine but I wonder about one thing. In one of my servers, Instagram sends notification emails about "unusual" logins...

support
need-investigations

**Version(s) affected**: 6.16.0 **Description** The fetchDate function in JsonProfileDataFeedV2 return html content with instagram logo (200) **How to reproduce** Use the getProfile() function in Api Object **Possible Solution** Has the...

need-investigations

**Version(s) affected**: 6.15 **Description** 1. I get the profile of the user 2. I use getMedias to get the first numbers of posts. And here all the properties are right...

need-investigations

hi i have this problem can any body knows how to solve it? show me this error in must of methods . thank you. PHP Fatal error: Uncaught Instagram\Exception\InstagramFetchException: Syntax...

support
need-investigations

**Version(s) affected**: 6.15.1 **Description** Running example with challenge with my own credentials results in the following error: ``` PHP Fatal error: Uncaught Error: Call to a member function getValue() on...

need-investigations

When I try to get reels or stories of other users than the user I logged in to Instagram, the views counter does not increase, and the account doesn't show...

support
need-investigations