I am requesting URL to get the public events:
https://graph.facebook.com/v2.4/search?access_token={<access_token>}&q=Austin&type=event&pretty=1&fields=id,name&limit=1000
When I first hit the url the json data length is coming correct Both in browser and terminal.
But after some time(~2 hrs) of testing the data length reduces to 298 from 373... I thought requests might be causing some problem so I tried urllib2 also.. but the result is again the same.
And when I tried after 5-6 hours the result is again different(total events are again 373, which is the desired result)
I thought it may be because of some RATE LIMITS and I tried searching for it but didn't find satisfactory answers so finally posting here :)
I'll appreciate any idea of why this might be happening, 'cuz it would really be a step towards understanding and resolving this issue.
Thanks for your time.