gpt4 book ai didi

facebook - FQL 应用程序限制错误

转载 作者:行者123 更新时间:2023-12-02 05:00:16 24 4
gpt4 key购买 nike

我正在开发一个 WordPress 博客,并试图显示来自 Facebook FQL 的每篇文章 URL 的 total_count。因此,当我进入帖子时,我会获取 WordPress 生成的 URL,然后运行以下 FQL:

$fqlQuery = "https://api.facebook.com/method/fql.query?query=select%20like_count,%20share_count,%20total_count%20from%20link_stat%20where%20url=%22" . $url . "%22&format=json";

今天刚转移到实时服务器,这个 FQL 现在在 JSON 中返回以下内容:

["error_code"]=> int(4) ["error_msg"]=> string(33) "Application request limit reached"

请求限制是多少?这个数字是如何确定的?例如,如果我在我的开发箱上运行相同的 FQL,我一点问题都没有。我们的开发服务器,没有问题。

最佳答案

引自此处:Facebook Application Request limit reached

There is a limit, but it's pretty high, it should be difficult to hit unless they're using the same access tokens for all calls and not caching results, etc. It's 600 calls per 600 seconds per access token.

关于facebook - FQL 应用程序限制错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17027820/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com