简体   繁体   中英

How to get entire friend list from Facebook Graph API

Technically I have two questions:

1st - Is there any way to get Facebook access, through an account, without having to create a Facebook App ?? Like having an account access token instead of an App token.

2nd - Through Facebook Graph API can I get my friends list ? I use the permission "user_friends" and I request"me/friendlist" and I only get 3 friends out of more than 400 on my friends list.

Thanks in advance.

1) No, without any App you can´t get Access to anything. Even the most simple Access Token needs an App: https://developers.facebook.com/docs/facebook-login/access-tokens

2) Since April 2014, you can only get the friends who authorized the App too, for privacy reasons: https://developers.facebook.com/docs/apps/changelog

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM