I am working on a .net app to gain access to my tumblr account.
In the ouath handshake I am making it through the authorization step. However when trying to get my access tokens (after I authorize my account on tumblr to grant my app permissions) I am getting a 401 error of oauth_signature does not match expected value
Here is my url I am calling to get the access token… is there something wrong with this format? (I put some z’s in for my consumer key, oauth token, and oauth verifier for privacy purposes). This is the same format I use for twitter which works fine.
Any Ideas?