We are developing an application for an Instagram DM chatbot.
I have a time when the application temporarily stops due to API rate limitation, I would like to know the definition of the number of active users for a graph API request using an app access token.
The formula in the reference is, Calls within one hour = 200 * Number of Users https://developers.facebook.com/docs/graph-api/overview/rate-limiting#application-level-rate-limiting
The Number of Users here refers to the number of daily active users of the app (excluding duplicates). The number of administrator users who are logged in to the chatbot app with FB login Number of general users who actually exchange response data with DM chatbot or other than the above Which of the above applies to you? I don't know the details of the definition and am having trouble developing it.

Tag:-

Add a new comment.