I'm developing an MVC-2 application with Facebook C# SDK and recently Facebook stopped to respond to my login requests. After some research, I've managed to get it working by putting 'localhost' in the 'Site Domain' field in facebook application settings.
Now, login through Facebook Javascript SDK seems to be working alright, but the Facebook C# SDK always returns the FacebookApp.Session value as null. To be sure that this issue is not because of some configuration or development mistakes, I've even tried the sample application from Facebook C# SDK website, but no luck.
Any suggestions on this issue?
Thanks.