Skip to content

Instantly share code, notes, and snippets.

@ekoneil
Created March 20, 2013 20:29
Show Gist options
  • Save ekoneil/5208152 to your computer and use it in GitHub Desktop.
Save ekoneil/5208152 to your computer and use it in GitHub Desktop.
Post a photo to Facebook using curl
curl -X POST \
"https://graph.facebook.com/{id-of-user-or-album}/photos"
-F "access_token=$T" \
-F "source=@{path-to-file}" \
-F "message=A black box"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment