如何获得“股份”带有 FQL 的墙柱
我在“stream”表中找不到它们,如果使用“link_stat”查询也找不到它们......有什么解决方案吗?
I can't find them in the "stream" table, nor if with a "link_stat" query... any solutions ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为 fql 中没有这样的表(如“like”表),但是如果您想查询共享计数,您可以在没有 fql 的情况下从图形 api 检索它(请参阅此处的 分享数量示例)。不幸的是,似乎还没有办法获取共享 Facebook 对象的用户或用户 ID,只能获取共享计数。如果我错了请纠正我..
I think there is no such table (like the "like" table) in fql,but if you want to query the share count, you can retrieve it from the graph api without fql (see here for a share count example). Unfortunately, there seems to be no option yet to get the user or user-ids who shared a facebook object, just the share-count. Correct me if i´m wrong..
您可以通过“link_stat”表获取它们。
https://developers.facebook.com/docs/reference/fql/link_stat/
You can get them via "link_stat" table.
https://developers.facebook.com/docs/reference/fql/link_stat/