I'm using the following FQL query to get the 'likes' of a batch of users. https://graph.facebook.com/fql&q=SELECT uid, page_id FROM page_fan WHERE uid IN (user_id1,user_id2,user_id3,etc....).
What is the maximum number of user ids that i can pass with this FQl query?