为什么 Facebook Graph Api 或 FQL 不适用于高流量页面?

发布于 2024-10-12 04:24:37 字数 288 浏览 3 评论 0原文

我遇到这个问题。当我尝试获取用户或页面发布的链接时,它对所有人都适用,除了高流量用户或“thebeatles”或“ladygaya”或“machaeljackson”等页面。

我们发现的一件事是,当您获取通过图形 API 链接,它会返回所有评论和 evrythign。对于名人页面,有数千条评论,这些评论会被返回,并导致抛出卷曲异常。

因此,我们改用 FQL,它更好,因为它只提供链接,但在这种情况下,FQL 也不适用于名人帐户。我们似乎无法理解为什么?

有没有人遇到过这个问题或者知道有什么方法可以解决这个问题?

I am having this problem. When I try to get the links posted by the user or page it works fine for all, except for high traffic users or pages like 'thebeatles' or 'ladygaya' or'machaeljackson' etc.

One thing we found out was that when you fetch links through graph api, it gives all the comments and evrythign back. In case of celebrity pages, there are thousands of comments, whcih are returned back, and cause to throw a curl exception.

So we switched using FQL and its better as it just provides the links, but in this case also FQL does not work for celebrity accounts. We just can't seem to understand why?

Did anyone come across this problem or know of any way to solve this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

无敌元气妹 2024-10-19 04:24:37

您尝试检索的评论是否有可能导致 Facebook 超时?

您是否尝试过使用偏移量或时间戳来请求评论的子集?检查 https://developers.facebook.com/docs/reference/api/ 的“搜索”部分/ 了解更多信息

(披露:我在 Facebook 的开发者关系团队工作)

Is it possible that you're trying to retrieve so many comments that it's timing out on Facebook's side?

Have you tried asking for a subset of the comments using offsets or timestamps? Check the 'searching' section of https://developers.facebook.com/docs/reference/api/ for more information

(disclosure: I work for Facebook in the Developer Relations team)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文