oauth_verifier is not passed using DotNetOpenAuth's Webconsumer
- by BozoJoe
I receive back a good oauth_verifier value from the server, but it is not being passed on via the ProcessUserAuthorization call to the access_token endpoint.
I'm using DotNetOpenAuth 3.3.1, and the WebConsumer implementation.
The server I'm working with is using OAuth 1.0a not 1.0.1.
Do I need to force DotNetOpenAuth to use 1.0a?
2010-01-16…