Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save BenjaminKobjolke/66e96b43d91b9955a3ad to your computer and use it in GitHub Desktop.
Save BenjaminKobjolke/66e96b43d91b9955a3ad to your computer and use it in GitHub Desktop.
download facebook profile images
curl -L "https://graph.facebook.com/[1-100000000]/picture?width=160&height=160" -o "facebook_user_#1.jpg"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment