mattjohnsonpint / DotNetOpenAuth.GoogleOAuth2

DotNetOpenAuth OAuth2 Client for Google
23 stars 18 forks source link

400 bad request #2

Closed maxiomtech closed 11 years ago

maxiomtech commented 11 years ago

For some reason, we are getting a 400 bad requests back from Google on OAuthWebSecurity.VerifyAuthentication()

Any ideas?

Thank you!

mattjohnsonpint commented 11 years ago

Did you add the GoogleOAuth2Client.RewriteRequest() call right before that line, as I mentioned in the readme?