tumblr - Is it possible use Tumplr API to POST to non-default user blog? -


i reviewed api here http://www.tumblr.com/docs/en/api#api_write

i did not see way post non-default blog? mean, if user has more 1 blog on tumblr, possible select blog send post using write api? using oauth based calls api.

to user's account information, need send post request call http://www.tumblr.com/api/authenticate first. if have authenticated using oauth, don't need send email , password parameters, still need call method list of blogs user has.

when send post request call http://www.tumblr.com/api/write, need send additional parameter called 'group' post non-default log. value of group parameter should be:

  • 'blogname.tumblr.com' if it's public blog
  • private-id if it's private blog

Comments