使用FQL或REST API因爲這將是棄用從8月18日,請不要提供解決方案2016onwards獲得像數,股數和評論數在FB圖形API 2.7
我想獲取所有喜歡,評論&股份的任何網址。到目前爲止,我有兩個方法
REST API
https://api.facebook.com/restserver.php?format=json&method=links.getStats&urls=http://www.thestorypedia.com/how-your-personality-impacts-the-way-your-dates-go/
和FQL
https://graph.facebook.com/fql?q=SELECT%20url,%20normalized_url,%20share_count,%20like_count,%20comment_count,%20total_count,commentsbox_count,%20comments_fbid,%20click_count%20FROM%20link_stat%20WHERE%20url=%27http%3A%2F%2Fwww.thestorypedia.com%2Fhow-your-personality-impacts-the-way-your-dates-go%2F%27
上述這些問題都工作,但採用圖形API的2.0版,並將於已棄用從2016年8月7日
任何人都可以給我一個工作網址爲v2.7與上述所有離子計數
https://developers.facebook.com/docs/graph-api/reference/v2.6/url – CBroe
只發現評論和分享次數沒有相似的次數 – Cybersupernova
'share_count'應該與官方的價值相同像按鈕插件會顯示。 – CBroe