Hello !
As I am developing an application using the Tumblr API, I'm stuck at authentication when requesting the authorization.
Indeed, when I request the following url, I face a Page not Found:
http://www.tumblr.com/oauth/authorize?oauth_token=my_token&oauth_callback=
my_callback_urlBut when I remove the "&oauth_callback=..." part of the url, it works and I'm fully redirected to my application with the token I requested.
I have doubled checked the callback url (and I assume that if it was wrong I wouldn't be able to get it working without the parameter).
So my question is: is the oauth_callback parameter allowed in the authorization url as I thought it was, or do I have to remove it ?
Thanks in advance for your highlighting
Regards