Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Instagram API limit reduced to 200 from 5000 [duplicate]

Does anyone have any clue why Instagram has reduced their hourly API request limit from 5000 to just 200? Is this a bug or the new normal? Do instagram partners undergo the same lowering of rate limit?

The page on rate limits in the documentation is a broken link.

:::UPDATES FROM INSTAGRAM via MAIL:::

To summarize, Basically Instagram API is shutting down faster than speed of light right now. Migrate your apps to FB-instagram-API to keep your business or apps running

like image 753
Narayan Singh Avatar asked Mar 31 '18 06:03

Narayan Singh


People also ask

What are some of the limitations with Instagram's API?

Instagram gives every third-party application connected to its API a limit of how many times it can call their data. They have now reduced their API limit from 5,000 calls per hour to 200 calls per hour.

What does API limit exceeded mean?

When a rate limit is exceeded, the manager does not process requests until the call rate falls below all rate limits. When a call is made and an API rate limit is exceeded, the response code is 429 with the message Too many API requests .

What is rate limit on Instagram?

Instagram has changed the number of requests that any company using the INstagram API, including Livefyre, can make from 5,000 requests per hour per token to 200 requests an hour per token. This is known as rate limiting. A token is the same as an Instagram account.


2 Answers

Yes, from what I think are updated Facebook docs.

Rate Limiting

The Instagram API uses the same rate limiting as the Graph API (200 calls per user per hour) with one exception: the /media/comments edge limits writes to 60 writes per user per hour. Please refer to the Graph API's rate limiting documentation for more information.

Facebook documentation

like image 182
Scott S Avatar answered Sep 21 '22 08:09

Scott S


Seems to be in relation to trying to clean up privacy and user data usage.

TechCrunch article - https://techcrunch.com/2018/04/02/instagram-api-limit/

Without warning, Instagram has broken many of the unofficial apps built on its platform. This weekend it surprised developers with a massive reduction in how much data they can pull from the Instagram API, shrinking the API limit from 5,000 to 200 calls per user per hour. Apps that help people figure out if their followers follow them back or interact with them, analyze their audiences or find relevant hashtags are now quickly running into their API limits, leading to broken functionality and pissed off users.

Two sources confirmed the new limits to TechCrunch, and developers are complaining about the situation on StackOverflow.

like image 31
Joshua Dance Avatar answered Sep 22 '22 08:09

Joshua Dance