想一下,你發表一篇文章,有網址,大家很多人按讚,上面看到的數字很多,如何知道,按讚的數量有多少,按分享的數量有多少呢? 這裡提供一個方法可以測出來,用API的方式 https://api.facebook.com/method/fql.query?query=select%20total_count,like_count,comment_count,share_count,click_count%20from%20link_stat%20where%20url='放你的網址'&format=json 得出來的結果就是這樣 [{"total_count":141,"like_count":131,"comment_count":1,"share_count":9,"click_count":0}] share_count就是你的分享數量囉!!
文章標籤
全站熱搜
創作者介紹
創作者 Vera維拉 的頭像
Vera維拉

生活好創意

Vera維拉 發表在 痞客邦 留言(0) 人氣(142)