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've created a custom object and a custom action that can be performed on the object that inherits from Like on Facebook. I've asked the users of the site to provide me with the "read stream" permission. Can I query the object_id on the like table in FQL to get a list of user_ids?

I would like to do a query from FQL such as:

SELECT user_id FROM like WHERE object_id="OBJECT_ID_OF_MY_CUSTOM_OBJECT"
share|improve this question
The object_id will refer to a post made by your users using your app, like UserA did CUSTOM-ACTION on OBJECT, and if that post has likes then you can get them using the fql like table. – Deepak Lakshmanan Nov 6 '12 at 0:45

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.