开发者

Is it possible to download all of my photos on facebook through facebook graph api?

I want to download all of my photos and albums from facebook in a programatic way.

I know its possible to push photos to fb through graph api开发者_如何学运维. I was wondering if it is possible to pull photos as well.


Yes. First you would have to get all the albums:

https://graph.facebook.com/me/albums?access_token=

Then you would have to request the list of photos in each album:

https://graph.facebook.com/album_Id_here/photos?access_token=

The result of the last request will give you a JSON object that contains urls of each photo in the album.

See the documentation here: http://developers.facebook.com/docs/reference/api/

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜