i have a web server application in developer's my apps.
any help would be appreciated!!
For web-based applications, the OAuth 2.0 authorization code flow is supported in RingCentral . Once you creat the app in developer portal and your app support grant_type =Authorization code, you can easily test the API in tools like postman by configuring the parameters, and callback uri provided here should be exactly same callback uri that you created during the app creation along with details like client id, secret.
3 People are following this question.