OAuth 2.0 Playground (original) (raw)
The access token below is provided after going through Step 1. It is a short lived token which gives you access to the user's OAuth protected resources.
Once you got the Authorization Code from Step 1 click the Exchange authorization code for tokens button, you will get a refresh and an access token which is required to access OAuth protected resources.
Authorization code:
Refresh token:
Access token:
Auto-refresh the token before it expires.
The access token will expire in seconds.
The access token has expired.
Note: The OAuth Playground will automatically revoke refresh tokens after 24h. You can avoid this by specifying your own application OAuth credentials using the Configuration panel.