I’m doing a ASP.NET WebForms App with FB login.
I’m using the latest Facebook C# SDK, and based on theirs example to login.
I’ve using sandbox mode, and the web app is with fixed port.
In IE 9, when I click in the button, I’ve the facebook response: “An error occurred with YourApp. Please try again later.”, but if I use Chrome or Firefox everything goes right (I can login, and have a response to my web app).
I’ve search where trying to find a solution, but nothing fits… 🙁
Any idea?
Thanks in advance
If your URL contains the port number like “http://domain.com:7071/TestApp“, It does not work in IE. Try to host your application with no port and check. It will work properly.