Help with OAuth2
We have an internal WPF application which needs to use the EchoSign functionality. Basically, the application will send some letters which needs to be e signed by an external user.
I’ve created the EchoSign developer account and added an application under the “All Applications” section.
I'm stuck with the OAuth step. When I replace just the client_id in the OAuth demo ( https://secure.echosign.com/public/oauthDemo ) with my application’s client_id, I get the following error message
Unable to authorize access because the client configuration is invalid: invalid_request
Am I missing anything ? Also, I notice that the below OAuth query requires a redirect_uri parameter. What would be the value in my case as it’s an internal WPF application ?
https://secure.echosign.com/public/oauth?
redirect_uri=https://secure.echosign.com/public/oauthDemo&
response_type=code&client_id=9MEJXY4Y4R7L2T&scope=agreement_send
Thanks
