我试图使用访问令牌获取特定用户的Facebook好友列表。
https://developers.facebook.com/docs/graph-api/reference/friend-list/
但是如何获得friend-list-id
?
到目前为止,这是我能够得到的所有例子。
https://graph.facebook.com/fbID/friends?access_token=appid|appsecret
答案 0 :(得分:1)
我认为您希望在他们登录后使用me/friends
。响应将是您可以循环的数组,因此您可以获取每个用户id
属性并对{进行更多调用如果需要,{1}}使用id。
这可能是你想要做的:
FB.api()