开发者

facebook graph api getting only one picture in feeds

I am developing an app using the facebook graph api.

When I create an album with more than three pictures on facebook, on my wall post it displays three thumbnail images, but when I check in the feeds in the graph api, 开发者_开发问答it only gives link to one image.

I checked out similar websites, and they also display three images like facebook not sure how to do this.


I think you are supposed to get the photos uploaded in a particular album,for that you can use https://graph.facebook.com/facebook_d/albums this will return all album details with album_id,using that album id you can fetch the photos in that album by https://graph.facebook.com/album_id/photos.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜