I was able to get the DotNetOpenAuth set up in my MVC3 project. (Took a long time, but finally was able to get all the missing pieces.)
However, now I'm getting a 414 error from Google that the request URL is too long. I found that google is saying in those cases the request should be a post and the issue would be gone. I was wondering if there was a way to construct post instead of a get when the popup windows are being pre-loaded?
I'm using nerddinner as my stepping stone, and have used the code in the AuthController code to get the url's preloaded. http://nerddinner.codeplex.com/SourceControl/changeset/view/70027#952619
Is it possible to do a post in those popups? Or how did people get around the 414 error for Google?