Skip to content
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

Instagram new limits #34

Open
iSimonWeb opened this issue Apr 22, 2018 · 2 comments
Open

Instagram new limits #34

iSimonWeb opened this issue Apr 22, 2018 · 2 comments

Comments

@iSimonWeb
Copy link

I just noticed Instagram made some changes to the graphql availability.
It seems that followers/following "endpoints" return error on any requests with "first" parameter greater than 50. So by now we should make (followersCount+followingCount)/50 requests to get the whole lists.

When attempting to do so, IG responds with:
{"message":"execution failure","errors":[{"message":"Something is wrong. Please check your input and try again.","locations":[]}],"data":{"user":null},"status":"fail"}

@tresdosdos
Copy link

tresdosdos commented Apr 24, 2018

the same problem =
how to solve this without optimization porblems?

@iSimonWeb
Copy link
Author

iSimonWeb commented May 1, 2018

I've just read about the April 2018 official API rate request limits, cutting down from 5k per hour to 200 per hour.
I don't see any easy solution even more so in this our hacky way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants