Issues about OAuth:
Tumblr put a big pin in my eyes, when I trying to deploy OAuth.
Ok, now I do this. (I think, that I do, not sure).
Questions about Tumblr:
- Am I right, that after ACCESS_TOKEN POST-ed, Tumblr send back only token and token_secret ?
- If I “Deny” application, tumblr use url: =”>http://example.com/callback#= ?
- If I “Allow” application, tumblr use your example url with parameters “oauth_token” and “oauth_verifier” ?
- If I “Allow” application, tumblr want to redirect to callback url?
- If I “Deny” or “Allow” application twice ( I prevent tumblr to redirect to callback_url), tumblr start to load: http://www.tumblr.com/dashboard ?
Ok, I find answers for my questions.
- YES, this is true. Access_token POST-ed and server send it back to me
- YES, If I “Deny” application, tumblr use url: CALLBACK_URL with oauth_token and oauth_verifier with zero-values (NULL values)
- YES, If I “Allow” application, tumblr sent me back oauth_token and oauth_verifier (You must use them to get Access_token)
- If I “Allow” application, tumblr REDIRECT to CALLBACK_URL (so, catch it).
- If I “Deny” or “Allow” application twice, tumblr start to load: http://www.tumblr.com/dashboard.
P.S:
If I need to RELOGIN user, I need to logout from tumblr with this URL: