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'
UserAgentClient, please advice, anyone? – Eric Yin Jul 25 '12 at 8:52