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

Followers / Following endpoint error #46

Closed
aslios opened this issue Jun 30, 2020 · 2 comments
Closed

Followers / Following endpoint error #46

aslios opened this issue Jun 30, 2020 · 2 comments
Assignees
Labels
support Questions and uncertainties (use Discussions instead)

Comments

@aslios
Copy link

aslios commented Jun 30, 2020

Hi Sbertix,
I so much business ur api nowadays :) but i have problem please help me.I created a algorithm for find my lost followers and gained followers.Because of this i get my followers and my following via ur api and compare.. But when i try to get my followers or following ( Endpoint.Friendship.followed(by: secret.identifier) run this code 2-3 time ) i get this error => "Please wait a few minutes before you try again.." and my code is not working :( I know this error due to instagram filters.But there are too much application in app store do this same algorithm succesfuly without error.How can they do this? how can i pass this error? sometimes i run this code first time and i get this error.How can i get my lost followers and gaind followers without error?

@aslios aslios added the support Questions and uncertainties (use Discussions instead) label Jun 30, 2020
@sbertix
Copy link
Owner

sbertix commented Jun 30, 2020

It's mostly about timing, you just need to wait longer before pagination requests.
That's the only trick.

Almost every app on the App Store actually scrapes the followers page, instead of using the private API, which doesn't appear to have the same rate limits.

Unfortunately followers/following endpoints are extremely restricted, and you might trigger that same error even just manually checking your Instagram app.

Not much I can do to help unfortunately.

@igornazarov1991
Copy link

@sbertix , when you say that most apps actually use wed page scraping of the followers page, do you mean extracting followers from the HTML content? If I understand correctly, it is needed to simulate "scrolling" of the page for downloading next portions of data, right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
support Questions and uncertainties (use Discussions instead)
Projects
None yet
Development

No branches or pull requests

3 participants