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!
|
|
|
You can, append ?limit=YOURLIMIT to that api call, but be sure it's not so high |
||||
|
|