Facebook PHP API | Incorrect Friend Count
I'm using this to get my friends from my profile:
$facebook_friends = $开发者_运维知识库facebook->api('/me/friends');
it works kinda well, except the Friend count does not seem to add up, at the moment i got 193 friends but it only get 189 in the $facebook_friends array. Does this has something to do with maintaining (server side) of profiles or privacy rights ?
Facebook users can opt out of the Facebook Application Platform:
精彩评论