如何获取页面喜欢在Facebook的页面总页数API 2.8版

问题描述:

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://*.com/questions/14632000/graph-api-how-让Facebook的页面成员 - 喜欢) –

可以使用Page对象的fan_count领域。