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'm trying to find out if friends of a user have liked a page or not. Unfortunately when calling https://graph.facebook.com/USER_ID/likes/PAGE_ID I get an empty array, when using the access_token of my app.

When using the access_token of the Graph API Explorer, everything seems to be fine and I'm getting the data. I've checked the permissions in my privacy settings and they both have the friends_likes permission.

share|improve this question

1 Answer

up vote 1 down vote accepted

Ok, it seems that users who are admins of the page don't have a like entry. Therefore you won't get a result when querying the likes of said user.

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.