Reputation: 112
I'm creating a web app that uses the relationships permission from instagram API.
But the endpoint for use the relationships for sandbox calls are 30 per hour and for Live clients are 60 per hour.
As use of case I have a friend that have more than 2000 requests to follow every day. Accept a request of follow is a change in the relationships.
How can I handle all this calls if I can only make 60 calls if my app gets approved?
The web app work's great, it's not a code problem, it's a doubt about the rate limits.
Upvotes: 1
Views: 159
Reputation: 12952
Lot of people were creating apps using API to auto follow and gaming the system to gain likes and followers, so Instagram lowered the rate limits to avoid this, not much you can do about it.
Upvotes: 0