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.

Let's say I'm monitoring user likes of pages 10000, 10001 and 10002.

As far as I can see, I can do this by...

  • Reading /$user_id/likes and search for my ids in there
  • Issue a request for each id and check whether it is empty or not, eg: /$user_id/likes/$page_id

Both solutions take up more than one request for something that should be easily available in just one. Something like: /$user_id/likes/?ids=10000,10001,10002

But I can't seem to find anything that suggests this is possible. Ideas?

share|improve this question

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.