I attempted to change one of the OAuth Redirect URIs in a production application and came to find that this is considered a 'breaking change'. I've decided to implement versioning for our app, as described in this article:
https://devcommunity.ringcentral.com/ringcentraldev/topics/ringcentral-application-definition-versio...
I've created a v 1.0.1 of our application and added the new redirect URI. I've run a lot of requests in sandbox mode, all of which have been successful, yet none of them are showing in the API Calls analytics. I read that a refresh is performed hourly to account for new API calls - I've been performing tests all day and none have shown up.
I'm hoping that we can roll out the new version of the application ASAP - is there any reason the API calls aren't showing up? The only change that we're making is the new OAuth redirect URI, is there a better way to go about the process?
Thanks for your help.
https://devcommunity.ringcentral.com/ringcentraldev/topics/ringcentral-application-definition-versio...
I've created a v 1.0.1 of our application and added the new redirect URI. I've run a lot of requests in sandbox mode, all of which have been successful, yet none of them are showing in the API Calls analytics. I read that a refresh is performed hourly to account for new API calls - I've been performing tests all day and none have shown up.
I'm hoping that we can roll out the new version of the application ASAP - is there any reason the API calls aren't showing up? The only change that we're making is the new OAuth redirect URI, is there a better way to go about the process?
Thanks for your help.