I am trying to query all of the Facebook UIDs of users that were invited to one Facebook event. (I'm using this data to analyse trends, with the users's UID being a key part of the formula.) More than 50000 users were invited to the event, which I would like to query. When making a Graph API query (256633941116408/invited) or FQL query (SELECT FROM event_member WHERE eid = 256633941116408) for all of the invited users of this particular event (The event's ID was 256633941116408), my results seem to be limited to 4932 users every time without fail. 59,161 users were invited to this event and should appear in API responses. Even manually limiting the Graph API request to 1000 per page, the response still quits at the same number of invites, only 5 pages later. Is it possible that Facebook does not expose an event's invited users for a public event past the 4932 entry mark, or am I approaching this the wrong way?
Thanks! -Robert