Solved

authentication works on sandbox, but not on production

  • 31 December 2020
  • 5 replies
  • 411 views

Hi:

I created an app to send SMS, and works fine on the sandbox settings, but doesnt work when i change to production with proper clientid, client secret etc. It returns 'Invalid resource owner credentials' error.

Please help me out. Thanks

{

"error" : "invalid_grant",

"errors" : [ {

"errorCode" : "OAU-140",

"message" : "Invalid resource owner credentials"

} ],

"error_description" : "Invalid resource owner credentials"

}

icon

Best answer by Phong1426275020 31 December 2020, 18:01

View original

5 replies

Userlevel 1

Clearly you logged in with wrong user credentials. Use the one that you can use to login service.ringcentral.com

I checked everything and even reset the password, still same error

ok, i changed the extension from 101 to 100, and passed the authorization, but got another strange error:

{

"errorCode" : "FeatureNotAvailable",

"message" : "The requested feature is not available",

"errors" : [ {

"errorCode" : "MSG-242",

"message" : "The requested feature is not available"

} ]

}

i managed to get working, but got another question, how can i use other phone numbers that have different extension as from number other than the main number under telus business connect user list to send sms

Userlevel 1

Please read this article. Summary, you cannot send SMS on behalf of other extensions. The number must belong to the extension who currently login your app, and the number must have the SmsSender feature.

In your case, I guess that you are using the company number from an extension which is not assigned with the SmsSender feature. Check the sample code from the quick start link below to see how to detect SMS feature before using the number.

https://developers.ringcentral.com/guide/messaging/quick-start

Reply