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 want to get a list of the UID of the people that has liked one Open Graph object (I am the admin of that object). This is to gather advanced analytics, for example, "how many people that like A like also B"

share|improve this question

1 Answer

up vote 2 down vote accepted

According to the docs you can do an FQL query such as:

SELECT user_id FROM like WHERE object_id="122706168308"
share|improve this answer
1  
How is the Access token included here? – Akku May 16 '11 at 8:12

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.