Simply executing this query aiming to list all my friend's friends:
GET https://graph.facebook.com/hisFacebookUserId/friends?return_ssl_resources=1&access_token=hisAccessToken
I obtain an empty data
entry. => as if it had 0 friends. (but he has 800).
However, it works for many other users.
What might be the reason?