Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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 ?

share|improve this question
I hope the facebook graph api returns only 100 users in the first call. – dskanth Feb 12 at 13:24

1 Answer

up vote 10 down vote accepted

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"

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.