Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Facebook 帖子.. 我们已将我们的应用程序与 facebook 集成。一切正常,我们观察到 Feed 操作请求限制已达到 (341) 错误。
我们已经检查了大约 5M 的隐私设置限制。您能否让我们知道限制(API 的数量)一次,以便我们在我们这边进行适当的验证。
感谢立即的反应。
Facebook 的 API 限制为每 600 秒、每个应用和每个 IP 600 次调用。对于限制诸如提要和请求之类的内容,还有特定于应用程序的限制。
如果您达到限制,您应该认真优化您的应用程序以减少调用或批量请求。