Skip to content

Instantly share code, notes, and snippets.

@fishkingsin
Created September 9, 2013 10:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • 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")
@mitchellkrogza
Copy link

Great thank you, how do you attach multiple photos from the local HDD?

@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