开发者

FQL not returning all friends

My FQL looks like this:

$fql = "select name,username,pic开发者_C百科_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 ?


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.

FQL not returning all friends

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜