Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

asp .net 4.0 membership with facebook login

we are going to develop web-application in asp .net 4.0. in this, we are using asp .net membership provider to login the application. we want to integrate facebook login with this application. user can login to this application using facebook credential and it will be authenticated in our application. Application will allow user to invite facebook friends from this web-site.

Please suggest me on this! is there any facebook API available for this or any other way.. ?

like image 762
user536542 Avatar asked Mar 28 '11 10:03

user536542


1 Answers

you can use this library to fully integrate your ASP.NET application with Facebook:

Facebook C# SDK

some articles to start with:

Getting Started With Facebook C# SDK

How to Retrieve User Data from Facebook Connect in ASP.NET

http://codesamplez.com/development/c-sharp-library-for-facebook-api

there is also another library called "Facebook Graph Toolkit", but I didn't use it before.

http://fgt.codeplex.com/

like image 88
Mohammed Swillam Avatar answered Nov 15 '22 03:11

Mohammed Swillam