facebook-graph-api - Facebook 的 Graph API 调用限制是多少?

标签 facebook-graph-api facebook facebook-like facebook-fql

我们对 facebook 的图形 api 的调用次数是否有限制? 如果存在,那么我们每天可以为每个应用调用多少次电话?

最佳答案

另一个人对这个问题的最佳回答forum ,来自 2010 年的 Ash Rust:

"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."


截至 2015 年 10 月,上述信息现已过时。根据 https://developers.facebook.com/docs/graph-api/advanced/rate-limiting,现在每个用户在任何给定的 60 分钟窗口内调用 200 次 API

关于facebook-graph-api - Facebook 的 Graph API 调用限制是多少?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11527703/

相关文章:

python - Facebook 发布到页面

Facebook : Get List of Online Friends Using Graph api

css - 如何在动态创建的 iframe 中对齐 Facebook Like 按钮?

ruby-on-rails - Facebook 应用程序 - 通过 omniauth 登录 - OAuthException 191

java - 使用 Android 从 Facebook 获取多个源

android - 来自 Android 的 Facebook Score API 调用未在时间轴/代码上显示高分

java - 当用户从我的应用程序注销时,始终打开 android webview 登录对话框

javascript - 在 Facebook Graph API 查询中使用 with=location 时出现 "Uncaught (in promise) undefined"错误

javascript - 当不允许第三方 cookie 时,有什么想法可以优雅地捕捉失败的 facebook 之类的按钮吗?

facebook - 如何检查 Facebook 用户是否喜欢外部网站的 FB 页面