Tumblr-OAuth icon indicating copy to clipboard operation
Tumblr-OAuth copied to clipboard

Uploading images fails

Open luelista opened this issue 13 years ago • 0 comments

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

luelista avatar Dec 26 '11 22:12 luelista