Facebook 评论框:“评论和回复总数”的 FQL在评论中
我目前正在用来
select time from comment
where object_id in
(select comments_fbid from link_stat where url ='http://www.example.com/post/')
ORDER BY time DESC
发现这篇文章有多少评论(我只是在这里计算回复数)。当然,这并没有列出回复的数量。
是否有等效的 FQL 查询可以计算评论+回复?
I'm currently using
select time from comment
where object_id in
(select comments_fbid from link_stat where url ='http://www.example.com/post/')
ORDER BY time DESC
to discover how many comments there are for this post (I simply count the responses here). This doesn't list the number of replies, of course.
Is there an equivalent FQL query that would count comments+replies?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
试试这个:
Try this: