简体   繁体   English

Facebook api的查询速率限制是多少

[英]what is the rate limit of query of facebook api

I am using Facebook API to crawl the feeds of the group I joined. 我正在使用Facebook API抓取我加入的组的提要。 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. 在此页面https://developers.facebook.com/docs/reference/ads-api/api-rate-limiting/ ,这显示了如何处理不同的错误,但是我找不到一秒钟内可以进行的最大查询并在一天内。 Does anyone know the query limit of Facebook API? 有人知道Facebook API的查询限制吗? Thanks! 谢谢!

I got the result by myself. 我自己得到了结果。 It is 600calls per 600 seconds. 每600秒600次呼叫。

{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'}} 

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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