mwunsch / tumblr

Command line interface and Ruby client for the Tumblr API (v2)
MIT License
282 stars 43 forks source link

Posts are not tweeted by default #6

Closed rrthomas closed 12 years ago

rrthomas commented 13 years ago

According to the tumblr API docs for "send-to-twitter", this has a default value of "no", but:

If this parameter is unspecified, API-created posts will be sent to Twitter if the "Send my Tumblr posts to Twitter" checkbox in the Customize screen is checked.

Unfortunately, tumblr seems to be sending some value for this even when it's not specified in the YAML header for a post, as my posts from tumblr-rb are not tweeted, while my posts from the tumblr interface are.

mwunsch commented 12 years ago

This seems to have been resolved with the recent pull request merge.