fzxu / tumblrwks

One node.js package lib talks to tumblr API v2 that really works.
MIT License
33 stars 11 forks source link

Post multi-photos #2

Open athanhcong opened 11 years ago

athanhcong commented 11 years ago

// upload local photo can work but can not upload multiple photos in a single blog // most of the code for this are from ntumblr

// in general, tumblr api sucks

I'm doing some research on this today. Do you have any hint for me to investigate?

Just put some reference here: https://gist.github.com/derekg/1198576 http://stackoverflow.com/questions/6878662/tumblr-api-how-to-upload-multiple-images-to-a-photoset

fzxu commented 11 years ago

I did not work on this for a while. Looks like you've found some working samples. Try it out if it works. Pull Request are welcome :)