Skip to content

Instantly share code, notes, and snippets.

View BenSchZA's full-sized avatar
🎯
Focusing

Benjamin Scholtz BenSchZA

🎯
Focusing
View GitHub Profile
@BenSchZA
BenSchZA / facebook-photo-download.go
Last active March 27, 2018 15:54 — forked from thebitguru/facebook-photo-download.go
A simple go program to download all the high resolution pictures from your facebook albums.
package main
/*
* A simple go program to download all the high resolution pictures from your facebook albums.
*
* To run this:
* 1. Go to https://developers.facebook.com/tools/explorer/?method=GET&path=me&version=v2.8
* 2. Get an Access Token: Get Token > Get User Access Token > Check "user_photos"
* 3. Paste in the app.
*/