Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 442 Bytes

02_Getting_Started.md

File metadata and controls

6 lines (5 loc) · 442 Bytes

Getting Started

  1. Register an API client from your Account Settings under the Applications menu.
  2. 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.
  3. Note your client_id and client_secret.
  4. Try the example Access Token request below.