I am using both FQML and Graph API to get all the photos URL of an album in Facebook.
Problem is, there are more 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!