Skip to content

Instantly share code, notes, and snippets.

@fishkingsin
Created September 9, 2013 10:00
Show Gist options
  • Save fishkingsin/6493697 to your computer and use it in GitHub Desktop.
Save fishkingsin/6493697 to your computer and use it in GitHub Desktop.
post photo with curl and facebook graph
curl 'https://graph.facebook.com/me/photos' -F 'access_token=access_token' -F 'source=@'$1 -F 'message='$(date +"%Y-%m-%d-%S")
@RikardStrand
Copy link

@fishkingsin - Do you have a similar example with multiple images to upload ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment