Basic and extended Permissions - friends list

£可爱£侵袭症+ 提交于 2019-12-11 09:16:12

问题


I viewed the list of basic info permissions:

id
name
first_name
last_name
link
username
gender
locale

And at the extended there is this permission:

read_friendlists

part of the description of this permissions I see this:

"All user's friends are provided as part of basic data..."

So my question is: Is the users friends list part of the basic info permissions?


回答1:


So my question is: Is the users friends list is or is not part of the basic info permissions?

A list of the user’s friends is part of basic permissions – and you can read them via /userid/friends

But “Friendlists” are something different – /userid/friendlists gives you the lists that the user’s friends are sorted into – some of them automatically created by Facebook, some possibly created by the user themselves. Those lists can have different types: close_friends, acquaintances, restricted,user_created, education, work, current_city or family.

And to read those friendlists, you need read_friendlists permission (the clue’s already in the name here).

Should all be quite obvious, if one takes a minute of time to look up the description of these user connections in the docs: https://developers.facebook.com/docs/reference/api/user/




回答2:


I believe this is now outdated, and that you may not look at the User's Friend List. This is unfortunate as I have been working on a project that was based off that idea.



来源:https://stackoverflow.com/questions/13357166/basic-and-extended-permissions-friends-list

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!