2016-11-25 86 views
1

https://developers.facebook.com/docs/graph-api/reference/v2.8/object/likes如何獲取頁面喜歡在Facebook的頁面總頁數API 2.8版

total_count屬性:喜歡的人的總數。這僅在設置標誌摘要=真時纔會返回。

我想知道在哪裏設置總結=真

我使用FB節點模塊

以下是我的代碼片斷

FB.api('xxxxx', { 
    fields: ['id', 'name', 'likes', 'checkins', 'talking_about_count'], 
    access_token: accessToken 
}, function(res) { 
    console.log(res); 
}); 
+0

的可能的複製[圖表API如何讓Facebook頁面會員/喜歡(https://stackoverflow.com/questions/14632000/graph-api-how-讓Facebook的頁面成員 - 喜歡) –

回答