开发者

Facebook: How can I get the next/previous image from the profile feed?

开发者 https://www.devze.com 2023-03-19 04:09 出处:网络
https://graph.facebook.com/me/feed provides only the first image开发者_如何学编程 from the number of images posted, in a users wall. how can i get all the rest images?What you could do would be to loa

https://graph.facebook.com/me/feed provides only the first image开发者_如何学编程 from the number of images posted, in a users wall. how can i get all the rest images?


What you could do would be to load the albums of a user (https://graph.facebook.com/me/albums), search for the album with "name": "Wall Photos", take the id, call https://graph.facebook.com/ALBUMID and read out the photos this album contains with the photo connection.

0

精彩评论

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