Authenticate with the Tumblr API
mainAuthentication requirements vary by method:
- API Key: Most methods require an API key (the OAuth Consumer Key), which you obtain by registering an application.
- OAuth Tokens: Methods requiring fully signed requests require OAuth tokens (
tokenandtoken_secret). You can obtain these for your own account via the Tumblr OAuth applications page and the API console. - 3-legged OAuth: If building an application for external users, you must implement the standard 3-legged OAuth flow.