How to get list of all Facebook Friends when using Parse?

人盡茶涼 提交于 2019-12-03 21:47:48

Your permissions are correct, but try to login your app using another fb account you will get that user details in your data response.

luschn

Since v2.0 of the Graph API, you can only get the friends who authorized your App too. The result is correct, none of your friends authorized your App yet so it´s empty and only showing the total amount of friends.

More information: Get ALL User Friends Using Facebook Graph API - Android

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