Tumblr-OAuth
Tumblr-OAuth copied to clipboard
Uploading images fails
Hi,
it took me a few hours to figure out why this doesn't work, so I wanted to share it. Tumblr implements the OAuth signing process slightly different as the others (and you) do: Usually the key AND the value of all POST parameters are URL-encoded, concatenated by "=", and URL-encoded again. Tumblr URL-encodes ONLY THE VALUE in the first step!
So you need to change the OAuth.php as I described here: http://home.max-weller.de/blog/2011/12/26/upload-photo-with-tumblr-s-new-oauth-api/#changes-to-oauth-php
Yours, Max Weller