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 select tagged users id`s with me on pictures. using fql command:

$multiQuery = '{
   "my_tags":"SELECT  object_id FROM photo_tag WHERE subject = me()",
   "test_query" : "SELECT object_id,subject  FROM photo_tag WHERE object_id IN 
   (SELECT object_id FROM #my_tags) ORDER BY object_id"
}';

This command returns a part of results.

I used also pid, result was another, only first 100 users returned. i cant understand, is there limit or ??

Anyone can help?

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.