user825608
user825608

Reputation: 11

Posting to tumblr sub-blog via the API

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?

Upvotes: 0

Views: 454

Answers (1)

max kaplan
max kaplan

Reputation: 589

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"})

Upvotes: 1

Related Questions