Using ring central create app from console and with the below things
- 3-legged OAuth flow authorization code
- Server-side web app (most common)
OAuth Redirect URI
Issue refresh tokens? * - Yes
Application Scopes - Call Control, Read Accounts, Read Call Log, Ring Out
App is private
Interactive Messages - not checked
Also create app then it will give me client id and client secret key that used.
Also checked my app is production (App url: https://platform.ringcentral.com)
Still facing same issue client authentication is required
- once login complete with client id and client secret then authorize confirm after this error occurs show as below
"message": "The request failed due to failure of a previous request.", "code": "SC424", "suberrors": [ { "message": "Status Code Error: 400", "name": "RuntimeError" } ],"response", 400, { "body": { "error": "invalid_client", "error_description": "Client authentication is required", "errors": [ { "errorCode": "OAU-123", "message": "Client authentication is required" } ] },}


