Reputation: 11
Can I get all photo in specify Facebook album by Graph API like this?
$facebook->api( '[album_id]/photos' );
Currently it only return 25 results with paging.
Thank you!
Upvotes: 1
Views: 857
Reputation: 50966
You can, append ?limit=YOURLIMIT to that api call, but be sure it's not so high
Upvotes: 1