2012-12-07 17 views
1

Facebook LIKE按鈕顯示比API更大的喜歡量!Like按鈕顯示比圖Api更多的喜歡

我有一個鏈接:http://premija.intensa.pro/person/130/ilona_kvelde

當我創建像我的網頁上按鈕,它表明48個喜歡在這個時候(你可以嘗試在獲取代碼頁面中輸入鏈接:http://developers.facebook.com/docs/reference/plugins/like/

但是,當我執行FQL查詢時,它顯示較少。

您可以嘗試在FQL瀏覽器

SELECT share_count, like_count, comment_count, total_count 
FROM link_stat WHERE url='http://premija.intensa.pro/person/130/ilona_kvelde' 

回答

0

running this in the explorer

{ 
    "data": [ 
    { 
     "share_count": 2, 
     "like_count": 30, 
     "comment_count": 0, 
     "total_count": 32 
    } 
    ] 
} 

你說得對,有一個區別。有可能是某種時間延遲,或隱私的東西,不確定。請注意,running 'http://www.google.com'也有區別。但是,如果這對你是一個重要的區別,那麼你應該提交一個錯誤here。似乎在宏觀層面上,因此在設計上,但它值得一試。