jay7
jay7

Reputation: 55

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 ?

Upvotes: 2

Views: 994

Answers (1)

bkaid
bkaid

Reputation: 52083

Facebook users can opt out of the Facebook Application Platform:

enter image description here

Upvotes: 5

Related Questions