Recently I have a requirement for getting all user's friend in facebook. I am successfully able to generate auth_code (with scope: user_friends
) , access_token.
Now When I am calling to {user-id}/friends
end point , It is not returning users all friends, It only returns on the friends who are authenticated with that app. Is there any way in the new graph api to get all the friends of a user.