简体   繁体   中英

what is the rate limit of query of facebook api

I am using Facebook API to crawl the feeds of the group I joined. On this page https://developers.facebook.com/docs/reference/ads-api/api-rate-limiting/ , this shows how to handle different errors, but I do not find the maximum queries I can make in one second and in one day. Does anyone know the query limit of Facebook API? Thanks!

I got the result by myself. It is 600calls per 600 seconds.

{u'error': {u'message': u'(#613) Calls to stream have exceeded the rate of 600 calls per 600 seconds.', u'code': 613, u'type': u'OAuthException'}} 

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM