Expiring Token and Oauth/Oauth2
Hi,
We are integrating with Squiz Matrix and trying to set up Oauth/Oauth2 so we can set up the following: "When the asset is accessed again and this token is still valid, the stored token will be reused. If the token has expired, a new access token will be retrieved by either re-authentication or by using an available refresh token. "
I've got no problems getting the key, secret and requesting for the token but what I'm having problems finding in the documentation are the following ('Should' be possible):
I imagine the
Request Token Request URL /identity/oauth/token?
Authorisation Request URL Unable to locate E.g. For facebook might be graph.facebook.com/oauth/authorize
Access Token Request URL /identity/oauth/token ?
Any help would be appreciated.
Thanks
Tony Sun