lundi 30 mars 2015

Facebook GraphAPI Reduce amount of data with limit

So I'm struggling to find where this is documented (if at all), but I'm getting the following error message when requesting data from the FB GraphAPI.



"Please reduce the amount of data you're asking for, then retry your request"


The call I'm making is:



/v2.3/user1/posts?fields=object_id&limit=100


If I change it to:



/v2.3/user2/posts?fields=object_id&limit=100


It returns 100 items.


Why would it work for one user, and not the other?


Both requests are authenticated via an access token (not belonging to either user) and I get the same error whether running it from my code, or the Facebook Graph API console of developers.facebook.com


Aucun commentaire:

Enregistrer un commentaire