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.
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.
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".