Response

View as MarkdownOpen in Claude

A successful login will direct them to the callback url, which displays both the oauth_token (request token) and the oauth_verifier (verifier token). This can be pasted back to our original request, and saved as a variable for the Access Token request.

Callback URL displayed in browser