Always valid OAuth access token
Hi all,
I have a REST API that loads an OAuth Token. This token is used for authorization for many other API calls, so it needs to be always available. The token is only valid for 60 minutes, so I'll need to reload it before the token expires with no down-time. How can i make sure this token is always valid regardless of any short-term API failures?