- Register an API client from your Account Settings under the Applications menu.
- For the Redirect URI, use
urn:ietf:wg:oauth:2.0:oob
for now. Later on, if you were building a Web application for an API client, you would specify your post-user authorization redirect URL here. - Note your
client_id
andclient_secret
. - Try the example Access Token request below.