通过查询link_stat表是否可以知道Facebook上有多少个URL被完全共享?
通过查询link_stat表是否可以知道Facebook上有多少个URL被完全共享?
由于 FQL 的限制,我还没有找到这样做的方法。
Is it possible to know how many urls are totally shared on Facebook by querying the link_stat table?
I haven't found a way to do so because of the restrictions of FQL.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,这是不可能的,因为以下几个原因:
list_stats
表将url
作为可索引字段,因此您需要知道确切的 URL 才能获取结果COUNT()
)No, this is not possible because of several things:
list_stats
table haveurl
as indexable field, so you need to know exact URLs to get resultsCOUNT()
in SQL)