Download all the photos you uploaded to Facebook plus photos you're tagged in with all the metadata and correct data/time.
Clone this repo and execute index.js
with following flags:
token
: [Required] A valid Facebook API token. Grab one from here. You need to be a developer and create an app.dest
: destination folder to download your photos to. Default:photos
tagged
: Set totrue
to download your tagged photos also. Default:false
debug
: Debug level output. Defaults to no debug output. Can be set one of many of these:api
: API Callsjson
: Assembling JSONdownload
: Photo downloadexif
: Adding EXIF information to photos
Example
node index.js\
--tagged=true\
--dest=/Users/mhsen/Pictures/Facebook_Photos\
--debug=api,json,download\
--token=MY_FB_ACCESS_TOKEN
Copyright 2015 - Mohsen Azimi