1
我試圖通過FQL做到這一點,但我想我從錯誤的數據庫或東西檢索信息。Facebook的API - 檢索URL的喜歡
通過該FB像iframe來 '喜歡' 一個網址:
<iframe src="//www.facebook.com/plugins/like.php?href=http://shop.sinkorswimbrand.com/product/sink-or-swim-snapback&send=false&layout=button_count&width=46&show_faces=false&action=like&colorscheme=light&font&height=21" onclick="javascript:updateLikes();" style="border:none; overflow:hidden; width:46px; height:21px;" allowtransparency="true" frameborder="0" scrolling="no"></iframe>
使用這個FQL網址檢索有關URL JSON信息:
https://api.facebook.com/method/fql.query?query=select total_count,like_count,comment_count,share_count,click_count from link_stat where url='http://shop.sinkorswimbrand.com/product/sink-or-swim-snapback'&format=json
返回:--- 注意:我已經確定自己喜歡這個。
[{"total_count":0,"like_count":0,"comment_count":0,"share_count":0,"click_count":0}]
有沒有人有更多的經驗與Facebook的API有這方面的經驗?提前致謝!
非常好,我會試試這個 - 非常感謝! – Trey
工作就像一個魅力! – Trey