instagram-user-feed
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.
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.
**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 =...
**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...
**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...
**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...
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...
**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...
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...