Authorize OAuth2
documentedRedirect user to Tumblr to authorize via OAuth2.
GET /oauth2/authorizeAuthenticationno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl 'https://www.tumblr.com/oauth2/authorize?response_type=code&client_id={{TUMBLR_API_KEY}}&redirect_uri={{$redirect_uri}}&scope={{$scope}}&state={{$state}}' \\
-L \\
-H 'Accept: application/json'