0

I'm trying to use the API to post to my secondary blog and not the main one. Is that possible? What's the request?

Nakilon
  • 34,866
  • 14
  • 107
  • 142
user825608
  • 11
  • 3

1 Answers1

1

Did you try using the post method with your secondary blog hostname in the url?

Ex:

post("http://api.tumblr.com/v2/blog/**secondary-URL.tumblr.com**/post/reblog", {:id => "XX", :reblog_key => "XXX", :state => "XXX"})
max kaplan
  • 541
  • 4
  • 13