Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To authenticate API calls, developers are required to use Access Token using the OAuth 2 standard.

Needed data for OAuth 2:
1. Client_ID
2. Client_Secret

Workflow

Image Modified 

Note

Note: All OAuth requests must occur server-side to protect client_ID and client_secret.

...

To ensure tokens stay fresh, client should frequently create new tokens use for API calls.

 

Image Added

   © 2016 IRIS.TV Docs