Are there any good tutorials for beginners for a simple fb log in and log out in MVC? I have tried some tutorials and none of them have worked fully for me.
I would like a tutorial like this but using Facebook C# SDK and also the tutorial doesn’t run for me. After some debugging in _LogOnPartial.cshtml the “response.session” is null after a user has logged in.
For ASP.NET MVC3 canvas app, you can check out https://github.com/facebook-csharp-sdk/facebook-canvas-aspnet-sample
https://github.com/facebook-csharp-sdk/facebook-canvas-mvc