2013-05-10 18 views

回答

0

您可以使用FQL

例如,

select comment_count, share_count, like_count from link_stat where url = "http://techcrunch.com/2011/04/12/facebook-comments-now-on-over-50k-sites-get-more-social-with-latest-upgrade/" 

你可以使用這個API Explorer作爲參考:

https://developers.facebook.com/tools/explorer/?fql=select+comment_count%2C+share_count%2C+like_count+from+link_stat+where+url+%3D+%22http%3A%2F%2Ftechcrunch.com%2F2011%2F04%2F12%2Ffacebook-comments-now-on-over-50k-sites-get-more-social-with-latest-upgrade%2F%22

+0

感謝新手! ,是否有可能爲查詢添加時間過濾器?也就是說,我可以指定日期範圍嗎? – 2013-05-10 09:39:55

+0

這是可能的,但它取決於您正在使用的表,如果有能力的領域,你想用於過濾器。 你可以看到這篇https://developers.facebook.com/docs/reference/fql/ 這可能幫助 可以給予好評,並接受我的答案,如果這是可以幫助你。謝謝 – Lian 2013-05-10 09:44:23

相關問題