FQL 返回 0 作为几页的相似计数

发布于 2024-12-14 21:01:21 字数 961 浏览 0 评论 0原文

在运行 FQL 查询来检索页面计数时,我得到了几页的 0 计数。对于大多数页面计数都很好,但对于少数页面,其始终为 0

重现步骤:

点击以下查询:

https://graph.facebook.com/fql?q=SELECT+url,normalized_url,share_count,like_count,comment_count,total_count,commentsbox_count,comments_ fbid,click_count+FROM+link_stat+WHERE+url+IN+(select+page_url+from+page+where+page_id+in+(344556287396,127535033990841,77277900503,293373084463))+

预期行为
应返回正确的点赞数:
http://www.facebook.com/heyne.verlag (16,546)
http://www.facebook.com/nwbVerlag (3,422)

实际行为:
返回 0 计数

我检查了 150 个页面,发现 FQL 返回 0,就像 50+ 页的计数一样。请帮我解决这个问题

While running FQL query for retrieving page like count, i get 0 count for few pages. For most pages count comes fine but for few its always 0

Steps to reproduce:

Hit the following query:

https://graph.facebook.com/fql?q=SELECT+url,normalized_url,share_count,like_count,comment_count,total_count,commentsbox_count,comments_fbid,click_count+FROM+link_stat+WHERE+url+IN+(select+page_url+from+page+where+page_id+in+(344556287396,127535033990841,77277900503,293373084463))+

Expected Behavior
Correct like count should be returned:
http: //www.facebook.com/heyne.verlag (16,546)
http: //www.facebook.com/nwbVerlag (3,422)

Actual Behavior:
0 count is returned

I have checked with 150 pages, and find that FQL return 0 like count for 50+ pages. Please help me to fix this issue

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

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

发布评论

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

评论(1

叫思念不要吵 2024-12-21 21:01:21

这是设计使然。我正在查询 Facebook 上的页面链接。

link_stat 反映了用户与网站(例如 example.com)的交互。我查询页表以获得类似的计数,并且能够获得正确的计数

This was by design. I was querying links of pages that are on Facebook.

link_stat reflects the interaction of users with a website, e.g. example.com. I made to query the page table in order to get the like count and was able to get correct count

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