简体   繁体   English

Facebook API的速率限制

[英]Rate limit on Facebook API

I am working on a project that want to use facebook api's. 我正在开发一个想要使用facebook api的项目。 I want to know whether there is a rate limit on the facebook api's per account. 我想知道每个帐户的facebook api是否有费率限制。

Yes there is a rate limit for Facebook API which is also mentioned in their Platform Policies as 是的Facebook API有一个速率限制,在平台策略中也提到了

If you exceed, or plan to exceed, any of the following thresholds please contact us as you may be subject to additional terms: (>5M MAU) or (>100M API calls per day) or (>50M impressions per day). 如果您超过或计划超过以下任何阈值,请与我们联系,因为您可能需要遵守附加条款:(> 5M MAU)或(>每天100M API调用)或(>每天50M印象)。

Aside from the Platform Policies mentioned in the pervious answer, the Facebook graph API is subject to multiple level of rate limiting / throttling -- user (access token) level, app level (app id), API level, and IP address. 除了前面回答中提到的平台策略之外,Facebook图形API还受到多级限速/限制 - 用户(访问令牌)级别,应用级别(应用ID),API级别和IP地址的限制。

This doc. 这个文件。 has most of what you need: https://developers.facebook.com/docs/reference/ads-api/api-rate-limiting/ , other than the IP level throttling. 拥有您需要的大部分内容: https//developers.facebook.com/docs/reference/ads-api/api-rate-limiting/ ,而不是IP级别限制。

This post cover the IP level throttling: Facebook Graph API limit - per token and per IP? 这篇文章涵盖IP级别限制: Facebook Graph API限制 - 每个令牌和每个IP?

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

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