Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

In OAuth2, I already have "code" from "authorize procedure", now I need "access_token"

I am using DotNetOpenAuth.OAuth2 (latest beta version)

I need to "POST", app_key, app_secret, grant_type, code to Token_Endpoint

But in WebServerClient I cannot find anywhere to setup grant_type and code, most close method I found is GetClientAccessToken which has no way to setup above parameters.

Please advice me correct code by using DotNetOpenAuth.OAuth2 to get 'access_token'

share|improve this question
maybe I should use UserAgentClient, please advice, anyone? – Eric Yin Jul 25 '12 at 8:52

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.