Exchange OAuth1 for access token
documentedExchange an OAuth1 verifier for an access token.
GET /oauth/access_tokenAuthenticationno 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/oauth/access_token?oauth_verifier={{$oauth_verifier}}" \
-X GET \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Authorization: OAuth oauth_consumer_key=\"{{TUMBLR_API_KEY}}\", oauth_token=\"{{OAUTH2_ACCESS_TOKEN}}\", oauth_signature_method=\"HMAC-SHA1\", oauth_signature=\"{{OAUTH_SIGNATURE}}\", oauth_timestamp=\"{{$oauth_timestamp}}\", oauth_nonce=\"{{$oauth_nonce}}\", oauth_version=\"1.0\""