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 objective is to find out if people who liked my album did like my page as well.

with http://graph.facebook.com/album%20id/likes?format=json&limit=200

I'm able to get a list of people who liked my album. However the results are arranged according to the latest likes on top.

Is it possible to sort it so that page fans first?

Could there be a better solution for this? (instead of validating them individually through fql)

Many thanks in advance!

share|improve this question
Are you asking to see if the current user has liked both the fan page and also an album? Or are you asking for if any particular person (if so, what access token type are you needing to use)? – DMCS Mar 1 '12 at 21:37
Thanks for the response DMCS. – Dpc Singapore Mar 2 '12 at 1:14
e.g 90 people likes this photo on my page. I want to know how many of these are page fans. currently I'm check individually using this query: SELECT uid FROM page_fan WHERE uid=userid AND page_id=pageid – Dpc Singapore Mar 2 '12 at 1:17
What type of access token are you using to get this information? – DMCS Mar 2 '12 at 16:27

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.