Obtain 24-hour Access Token
Last updated
Last updated
Once you get the authorization code, you can redeem 24-hour access token with the following API.
Once you obtain the access token, you should put the access token at the Authorization Header (Starting with Bearer) of every Graph API.
To test the Graph API, please try this /me endpoint.
You should be able to obtain the profile of the logged in user.
Client ID obtained from the Cream Portal.
Client Secret obtained from the Cream Portal.
Authorization code obtained after the Sign In with Cream.