I’ve set up a test app using the C# Facebook SDK from codeplex. On the initial connect with the app the user is prompted for the appropriate permissions. If they authorize the permissions they end up at a page that gives a 500 error. A breakpoint on FacebookAppRedirectHttpHandler.ProcessRequest never triggers so I’m at a loss as to how to debug this.
Share
You are probably missing the http handlers section from your web.config file. See here.
Here are the config sections you are missing: