I want to add the App for get Call details in my magento 1.7.2 site. I want to add this functionality in admin panel. admin has dynamic url in customer module. then how to i add OAuth Redirect URI.
I want to add the App for get Call details in my magento 1.7.2 site. I want to add this functionality in admin panel. admin has dynamic url in customer module. then how to i add OAuth Redirect URI.
You should be able to add one or more OAuth RedirectURI's into your application during development ( Sandbox ).
Please Login to the Developer Portal and click on the application:
Head over to Settings -> OAuth Settings you should be able to add the redirectUri
For any OAuth Redirect URI additions into the application once the app has been approved for Production, please send out an email to the developer support team or submit a support ticket with the necessary details and the team would add it.
auth_url = client.authorize_url(state: state)https://github.com/ringcentral/ringcentral-demos-oauth/blob/master/ruby-sinatra/app.rb#L25
state = params.key?('state') ? params['state'] : ''https://github.com/ringcentral/ringcentral-demos-oauth/blob/master/ruby-sinatra/app.rb#L32
http://localhost:8080/callback
.php
http://localhost:*/callback
.php
Using the RingCentral Phone for Desktop, you can dial or receive test calls, send and receive test SMS or Fax messages in your sandbox environment.
Download RingCentral Phone for Desktop:
Tip: switch to the "sandbox mode" before logging in the app:
3 People are following this question.