Asp.net 4.0 membership with facebook login

we are going to develop a web application in asp.net 4.0. in this we use the asp.net membership provider to enter the application. we want to integrate facebook login with this application. a user can log in to this application using facebook credentials and he will be authenticated in our application. The application will allow the user to invite facebook friends from this website.

Please offer me this! is there any facebook api for this or any other way.?

+6
facebook
source share
1 answer

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

Facebook C # SDK

some articles to get you started:

Getting started with the C # SDK

How to get user data from Facebook Connect in ASP.NET

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

There is another library called the Facebook Graph Toolkit, but I have not used it before.

http://fgt.codeplex.com/

+3
source share

All Articles