FQL 返回 0 作为几页的相似计数
在运行 FQL 查询来检索页面计数时,我得到了几页的 0 计数。对于大多数页面计数都很好,但对于少数页面,其始终为 0
重现步骤:
点击以下查询:
预期行为
应返回正确的点赞数:
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:
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是设计使然。我正在查询 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