0

I want to know the extent of the throttling effect when FacebookGraphAPI's rate limit is exceeded. Create a Facebook app from Meta for Developers, We have implemented "Facebook login function" and "article posting function to Facebook page". If one is throttled due to API rate limits, will the other function be throttled as well?

I am aware that in the official documentation, rate limits are set for each access token. However, the relationship between rate limits and access tokens does not seem to be mentioned. If anyone knows, I would appreciate it if you could let me know.

■Premise The "Facebook login function" uses user access tokens. The "article posting function to Facebook page" uses page access tokens. Recognize that rate limits are set for each access token.

■Official document ・API rate limit https://developers.facebook.com/docs/graph-api/overview/rate-limiting

2
  • developers.facebook.com/docs/graph-api/overview/… should clarify things enough already, or in what aspect doesn't it?
    – CBroe
    Commented Dec 11, 2023 at 13:35
  • Official documentation doesn't seem to include the range of influence of each rate limit. For example, if the "user access token" is rate limited, I am concerned that "page access token" issued by the same app may also be affected.
    – test2 arai
    Commented Dec 22, 2023 at 0:36

0