I have a problem with the friends list
of Facebook Developer
.
I have the access_token
with the access to user_friends
and read_friendslist
and the fetch was working fine.
I go here: https://developers.facebook.com/tools/explorer/145634995501895/?method=GET&path=me%3Ffields%3Did%2Cname&version=v2.0
And I use me/friends
after the creation of the access_token
. All ok.
So, I tried to get an access_token
more powerful, selecting all the voices.
Unfortunately, now I can fetch only two friends of my friendslist.
If I delete my access_token
and I create a new one, the result is the same: only two friends.
What can I do to retrieve the entire list as before?
I think that this is a privacy setting of the application, but Graph API Explorer
has the privacy on "Friends" in my list of applications.
EDIT
this is a screenshot: http://oi58.tinypic.com/290yecx.jpg
Thank you