I have small problem with http 404 error, after click on ‘allow’ on facebook permissions page.
When I type http://localhost:port address in browser, I get same error:
cannot find /facebookredirect.axd/[app name]/default.aspx
After granting permissions (and after 404 error), when I want to use my app, I’m running it from my profile. Everything is fine and app works well.
I had a similar problem some time ago, I changed my web.config file, see the following:
I added this to the
httpHandlerssection insystem.web:And added this to the
handlerssection insystem.webServer:And lastly I set the Url’s in the codebehind (this should post back to the original app url and you’ll see the variables added depends on what the user clicks):
Make sure you are setting your facebook settings in the config file, e.g:
I’m not 100% sure if I used the same SDK version, but give it a try.