I want to download all my photos and albums from facebook programmatically.
I know that it can be clicked on fb through the api chart. I was wondering if photographs could be taken.
Yes. First you will need to get all the albums:
https://graph.facebook.com/me/albums?access_token=
Then you will need to request a 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 containing the URLs of each photo in the album.
: http://developers.facebook.com/docs/reference/api/
Source: https://habr.com/ru/post/1775731/More articles:Mathematica presentation mode - wolfram-mathematicaC # inheritance and the keyword "this" - inheritanceGet attachment contents using javamail - javaEmbed all static imports in eclipse - javaAndroid App / Activity To Start Fresh Totally every time it starts or resumes? - javaReplacing a Class Implementation in C # - c #Caliburn - ShellFramework - Show.MessageBox - c #Test Functions with Random Output - randomCorrect escript for hello world in erlang? - erlangHow to programmatically get the number of users registered on a Linux machine? - cAll Articles