根據此post,我們可以從任何擁有該插件的頁面獲取Facebook評論。從外部網站獲取Facebook評論
所以從這個網址:
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": [
]
}
}
}
如何獲取評論?
當你將&欄=意見,您的查詢會發生什麼? – JayNCoke
@JayNCoke輸出沒有變化 – emaillenin