-
Notifications
You must be signed in to change notification settings - Fork 800
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Endpoint ACCOUNT_MEDIAS is down? #195
Comments
Same error ( Response code is 404). The Endpoint that this function use is down... I think that this is the problem. Is there a way around? |
I will take a look when I get home later today |
@raiym thank you very much! |
@raiym looking forward to an update. *Just found this - https://stackoverflow.com/questions/47169127/how-get-media-from-ig |
Hello, @raiym Same issue here. I get the same 404 error. Thank you very much for looking into this. Really appreciate your work. :) Regards, |
The same problem. Yesterday all was ok, and today getMedias() get 404 error on any public account. |
https://www.instagram.com/anyuser/?__a=1 is works. now.... )) |
@zaivst how do I use that endpoint to get all media for a given username? |
@raiym you're a champ, thanks. |
Hello
When i use the function
Instagram::getMedias()
, the script shows html characters from Instagram error page and the messages:At line 91, shows error from line 89,
Endpoints::getAccountMediasJsonLink
. In Endpoints.php, this endpoint is the ACCOUNT_MEDIAS constantconst ACCOUNT_MEDIAS = 'https://www.instagram.com/{username}/media?max_id={max_id}';
But if you access this endpoints, the 404 error is shown by Instagram.
The API is down, right? Is there other way to get medias? Below, the print of error (in portuguese)
Thanks
The text was updated successfully, but these errors were encountered: