Question

I would like to make a ASP MVC 3 website with Facebook auth system. I want to add users to my database when they connect to the website so that I can save their posts on the web site. The problem is that I couldn't manage to do a proper login/logout system. I have tried the C# sdk and the Javascript SDK. I have also read some sample code that I found out at web but it's no use... Can anyone provide me a mvc 3 / javascript login/logout system?

Thanks a lot!

Was it helpful?

Solution

Have you tried sample "CSMvc3FacebookApp" from Facebook C# SDK ( http://facebooksdk.codeplex.com/ )?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top