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