Breaking the 5000 object limit in Facebook API
I am using both FQML and Graph API to get all the photos URL of an album in Facebook.
Problem is, there are 开发者_如何学JAVAmore than 5000 photos on that album and somehow both FQML and Graph API will just return photos 1 - 5000. I tried playing with the limit
, since
and until
parameter but still no go.
Question: Is there a way to get past the 5000 object limit in Facebook?
Thanks!
No, not currently.
精彩评论