この投稿によると、そのプラグインを持つどのページからでも Facebook のコメントを取得できました。
したがって、この URL から:
http://www.espncricinfo.com/india/content/story/638252.html
次を使用してコメントを取得しようとしました:
https://graph.facebook.com/?ids=http://www.espncricinfo.com/india/content/story/638252.html
しかし、私はコメントを取得しませんでした。代わりに、共有数のみを取得しています。
{
"http://www.espncricinfo.com/india/content/story/638252.html": {
"id": "http://www.espncricinfo.com/india/content/story/638252.html",
"shares": 81
}
}
私がしようとすると:
https://graph.facebook.com/comments/?ids=http://www.espncricinfo.com/india/content/story/638252.html
次の空のセットを取得します。
{
"http://www.espncricinfo.com/india/content/story/638252.html": {
"comments": {
"data": [
]
}
}
}
コメントを取得する方法は?