Versions Compared

Key

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

It is accessible through one HTTP interface demonstrated by the example request and example response below. Note that OAuth is only available for the xAPI interface.

EXAMPLE REQUEST

Code Block
POST http://www.example.org/api/oauth2/token
Content-Type: application/x-www-form-urlencoded

client_id=DEMO_CLIENT_ID&client_secret=DEMO_CLIENT_SECRET&grant_type=client_credentials&scope=xapi:write

...