Facebook returning empty array from /me/friends

十年热恋 提交于 2019-12-06 12:01:46
  • A user access token with user_friends permission is required to view the current person's friends.
  • This will only return any friends who have used (via Facebook Login) the app + making the request.
  • If a friend of the person declines the user_friends permission, that friend will not show up in the friend list for this person.
  • If user-a is friends with user-b in the above request, the response will contain the User object for user-b. If they are not friends, it will return an empty dataset.

Did you check this ?

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