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.

My FQL looks like this:

$fql = "select name,username,pic_small,uid,hometown_location,current_location from user where uid in (select uid1 from friend where uid2=me())";

I think this query should return all my friends but when I compare friends count on my facebook profile with result I get from above query, it is different. What to do to get same count ?

share|improve this question

1 Answer

up vote 1 down vote accepted

Users can opt out of the Facebook app platform entirely. You are accessing it properly, but some of your friends have strong privacy settings in place. This can be set by going to Privacy Settings -> App And Websites -> Turn off all platform apps.

enter image description here

share|improve this answer
How to opt out from facebook app platform? I am not able to find it from setting :( – CM. Sep 22 '11 at 5:37
@CM. i updated the answer with this info. – BK. Sep 22 '11 at 5:46

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.