graph-api/using-graph-api/error-handling
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.
Insights API, Limits & Best Practices
Rate Limiting on the Graph API
graph-api:Rate Limiting Error Codes
Throttling Type | At least | Error Code |
---|---|---|
Application-level throttling |
200 calls/person/hour |
4 |
Account-level throttling |
Not applicable |
17 |
Page-level throttling |
4800 calls/person/24-hours |
32 |
Custom-level throttling |
Not applicable |
613 |
Q: What are the rate limits for system users? Will one system user be able to replace multiple gray users for automated actions?
A:
Rate limits for System Users are grouped by ad account and not by user.
Asynchronous and Batch Requests
marketing api Best Practices
marketing-api insights best-practices