我想在html中显示那些朋友喜欢某个页面的人数,请告诉我 我知道通过使用简单的网址,我们可以得到页面喜欢,但我想知道如何得到喜欢页面的朋友的数量,我也想要使用技术只有angularjs和HTML
答案 0 :(得分:0)
这不是直接可能的(只有一个链接)。你可以用
GET /v2.3/{page-id}?fields=context.fields%28friends_who_like%29
但这需要朋友为您的应用授予使用其数据的权限。
然后,您将收到summary
字段:
"summary": {
"social_sentence": "4 of your friends like this.",
"total_count": 4
}
见