Ok, I am good at facebook API, but I have a problem that just makes me think. (I think this is a mistake (Check ticket http://bugs.developers.facebook.net/show_bug.cgi?id=13694 ), but I wanted to drop it here if anyone has an idea).
I use facebook PHP library to count all participants for a specific event
$attending = $facebook->api('/'.$fbparams['eventId'].'/attending');
this works without problems, it correctly returns an array with all participants ...
Now the problem is:
There are about 18,000 participants in this tournament. Api-call returns the maximum number of 992 participants (and not 18000, as it should).
I tried
$attending = $facebook->api('/'.$fbparams['eventId'].'/attending?limit=20000');
for testing, but doesn’t change anything.
So my real question is:
, api, ? ( , HTML- ?) , .