6

我需要通过在不使用 fql 的情况下传递帖子网址(“www.example.com/exampleblog”)来获得 Facebook 的点赞、分享和评论计数(因为 v2.1 不支持 fql)。

我不想要下面的

 https://graph.facebook.com/fql?q=SELECT url, 
share_count, like_count, comment_count, 
total_count,commentsbox_count, comments_fbid, 
click_count FROM link_stat WHERE url='http://example.example.com/'

任何人都可以建议支持 api v2.1 的上述替代方案吗?

4

1 回答 1

1

在 Graph v2.1 中,Facebook 添加了URL 节点来查询任何给定 URL 的详细信息。它会给你很多细节,包括分享/评论计数

于 2014-08-13T08:26:40.613 回答