-
getAccount() and getPaginateMedias() doesn't work anymore. Need fix.
-
Hello,
Is there please any solution to make getAccount() works again ?
Thank you
-
Working fine on localhost but on Production level it return an error
Response code is 401: Unauthorized.Something went wrong. Please report issue.
Code Snippet:
$instagram->getAccountInfo('usern…
-
i am try few times to login with special ip in one day and finally instagram block my request
Is it possible to save the session for next login?
-
Data returned from `$instagram->getAccount()` is no longer of the expected format.
Use `$instagram->getAccountInfo()` instead and it seems to work as it did before.
-
Since yesterday these two methods doesn't work.
You get 403 with INFO: {"message": "forbidden", "status": "fail"}, even if you try to connect to graphql link through browser, but without cookie.
-
Fatal error: Uncaught InstagramScraper\Exception\InstagramException: Response code is 401: Unauthorized.Something went wrong. Please report issue.
regardless of username/auth etc..
looks like…
-
I got error when try to use code without auth
$instagram = new \InstagramScraper\Instagram(new \GuzzleHttp\Client());
$nonPrivateAccountMedias = $instagram->getMedias('Kevin');
echo $nonPrivateAc…
-
Hi...
I'm not sure if instagram killed this ?
Let me know if you think i've done a mistake?
-
**Version(s) affected**: 6.13
**Description**
Instagram\Exception\InstagramFetchException : Profile #2 : Unable to extract JSON data
at /app/vendor/pgrimaud/instagram-user-feed/src/Insta…