Facebook 营销 API 速率限制
Facebook Marketing API Rate Limit
我知道 fb 已经提供了一些关于 api https://developers.facebook.com/docs/marketing-api/api-rate-limiting 的请求限制的文档,
但不清楚每个 api 调用是如何计算的...
即,如果我想获取约 10,000 个广告集的统计信息,我如何才能均匀 space 调用之间的时间?
我能从另一个 SO 线程找到这个问题的最佳答案 -
"After some testing and discussion with the Facebook platform team, there is no official limit I'm aware of or can find in the documentation. However, I've found 600 calls per 600 seconds, per token & per IP to be about where they stop you. I've also seen some application based rate limiting but don't have any numbers.
As a general rule, one call per second should not get rate limited. On the surface this seems very restrictive but remember you can batch certain calls and use the subscription API to get changes."
来源 - What's the Facebook's Graph API call limit?
官方文档-: https://developers.facebook.com/docs/graph-api/advanced/rate-limiting
每个应用程序都有速率限制。速率限制工具为您提供有关您的应用程序距离限制有多近的信息。单击任何示例以获取有关使用类型的更多详细信息。
您的应用总共可以为每位用户每小时发出 200 次调用。例如,如果您的应用有 100 个用户,这意味着您的应用可以进行 20,000 次调用。这不是每个用户的限制,因此一个用户可以拨打 19,000 个这样的电话,另一个可以拨打 1,000 个。此限制是根据前一小时内拨打的电话数量计算的。
来源-: https://developers.facebook.com/docs/graph-api/advanced/rate-limiting
每个广告帐户都有严格的速率限制。仅供开发。不适用于实际广告商的生产应用 运行。
我知道 fb 已经提供了一些关于 api https://developers.facebook.com/docs/marketing-api/api-rate-limiting 的请求限制的文档, 但不清楚每个 api 调用是如何计算的...
即,如果我想获取约 10,000 个广告集的统计信息,我如何才能均匀 space 调用之间的时间?
我能从另一个 SO 线程找到这个问题的最佳答案 -
"After some testing and discussion with the Facebook platform team, there is no official limit I'm aware of or can find in the documentation. However, I've found 600 calls per 600 seconds, per token & per IP to be about where they stop you. I've also seen some application based rate limiting but don't have any numbers.
As a general rule, one call per second should not get rate limited. On the surface this seems very restrictive but remember you can batch certain calls and use the subscription API to get changes."
来源 - What's the Facebook's Graph API call limit?
官方文档-: https://developers.facebook.com/docs/graph-api/advanced/rate-limiting
每个应用程序都有速率限制。速率限制工具为您提供有关您的应用程序距离限制有多近的信息。单击任何示例以获取有关使用类型的更多详细信息。
您的应用总共可以为每位用户每小时发出 200 次调用。例如,如果您的应用有 100 个用户,这意味着您的应用可以进行 20,000 次调用。这不是每个用户的限制,因此一个用户可以拨打 19,000 个这样的电话,另一个可以拨打 1,000 个。此限制是根据前一小时内拨打的电话数量计算的。
来源-: https://developers.facebook.com/docs/graph-api/advanced/rate-limiting
每个广告帐户都有严格的速率限制。仅供开发。不适用于实际广告商的生产应用 运行。