Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Facebook Javascript Login Example

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!

like image 694
foobar Avatar asked Nov 05 '22 04:11

foobar


1 Answers

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

like image 147
Pavel Surmenok Avatar answered Nov 09 '22 09:11

Pavel Surmenok