I fired up VS 2012 and created a new website with the oAuth templates and created an application with Facebook to test it out. I modified the AuthConfig.cs to contain the app id and app secret, but my login test is returning a 400 response, presumably from Facebook's server.
Here is my app configuration on Facebook:

Here is the line upon which the 400 response occurs:
var authResult = OpenAuth.VerifyAuthentication(redirectUrl);
Like I said, I've modified the two lines in AuthConfig.cs, but nothing else.
Thoughts?