我们使用Facebook的评论插件供用户在我们的网页上发表评论。我想用Facebook的图形API获取Facebook评论。 API调用非常简单:
示例:GET /v2.6/< comments_fbid &gt; / comments
但是,我使用以下网址获取 comments_fbid :
https://api.facebook.com/method/links.getStats?urls=[my-site-url]&format=json
示例回复:
[
{
url: "<my-url>",
normalized_url: "<my-url>",
share_count: 33412170,
like_count: 28816093,
comment_count: 8485499,
total_count: 70713762,
click_count: 0,
comments_fbid: "10150187081535131",
commentsbox_count: 5197
}
]
这是一个未记录的(可能已弃用?)API。如何从调用图API获取 comments_fbid ?我在这里错过了什么吗?
如果您已登录,则此页面上的审核工具超链接上的ID相同:
// developers.facebook.com/tools/comments/url/<comments_fbid>/pending/descending /
答案 0 :(得分:0)
如果没有您的实际网站网址,很难进行测试,但我认为您需要这样的内容:
GET /v2.6/?id=http://www.Facebook.com&fields=og_object
文档在这里:https://developers.facebook.com/docs/graph-api/reference/v2.6/url/