2014-06-16 72 views
0

我知道如何查詢常規網站的社交敬業度。使用facebook圖形瀏覽器(https://developers.facebook.com/tools/explorer/)或通過api可以很容易地實現它。作爲路徑I提供對象的URL,例如例如網站https://developers.facebook.com/tools/explorer/?method=GET&path=http%3A%2F%2Fwww.manuelfink.de&version=v2.0如何獲得Facebook的股票,評論,喜歡youtube視頻計數?

但是,如果我嘗試相同的YouTube電影https://developers.facebook.com/tools/explorer/?method=GET&path=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DBpxVIwCbBK0&version=v2.0它總是返回我共享計數https://www.youtube.com/watch

是否有可能得到一個youtube電影Facebook共享/喜歡數量?

Thx,我真的很感謝你的幫助!

回答

0

對於喜歡並分享了計數,我認爲你可以找到關於所以在以下問題的答案: Get top videos on facebook/twitter,這是基於 How do you get the total likes for a URL (Likes and Shares)?How to get share counts using graph API。請記住,Youtube視頻擁有超過可能的網址,因此您可能需要針對同一視頻對不同網址進行多次查詢。我不確定你能否收到評論,但你可以嘗試使用how can I get all comments from a url in facebook?

相關問題