开发者

How to get all photos in specific Facebook album?

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜