开发者

How to get all photos in specific Facebook album?

开发者 https://www.devze.com 2023-04-02 12:47 出处:网络
Can I get all photo in specify Facebook album by Graph API like this? $f开发者_如何学编程acebook->api( \'[album_id]/photos\' );

Can I get all photo in specify Facebook album by Graph API like this?

$f开发者_如何学编程acebook->api( '[album_id]/photos' );

Currently it only return 25 results with paging.

Thank you!


Try "[album_id]/photos?limit=100"


You can, append ?limit=YOURLIMIT to that api call, but be sure it's not so high

0

精彩评论

暂无评论...
验证码 换一张
取 消