tags:

views:

76

answers:

1

Facebook.Utility.FacebookException: This API call could not be completed due to resource limits

Why I receive this when calling _facebookAPI.Events.GetMembers(eid); Is there any workaround?

My event has 5000+ users.

A: 

It is currently not possible to get the entire list if it's greater than 5k for performance reasons. Depending on what you want to do with this data, you can instead ask a more limited question of "is uid X attending event Y".

daaku
can you please specify how to do this query?
Tom

related questions