Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Facebook graph api friend list not complete

I am using graph api to retrieve my friend list.

https://graph.facebook.com/me/friends?access_token=

I noticed it is not returning all friends, e.g. I have 194 friends according to facebook.com, but the api call is only returning 189.

Additional Information. I just checked XBox 360's facebook implementation too, it shows only 189 friends for me, even though facebook.com is showing 194 friends. It looks like graph api is not exposing the full friend list.

Anybody has any ideas to fix this ?

like image 911
divax Avatar asked Feb 05 '11 22:02

divax


1 Answers

A user can "turn off all platform apps" and hide himself from all applications. It looks like 5 of your friends chose to turn that off.

The setting is under:

Privacy Settings > Apps and Websites > Apps you use > "Turn off all apps"

like image 56
garbelini Avatar answered Sep 20 '22 09:09

garbelini