简体   繁体   中英

Facebook.net C# SDK and login into Asp.net website

Can I achive the following with the "Facebook.net C# SDK"?

•Allow users to register in my asp.net site using their facebook credentials.
•Retrieve facebook client information. Like (Name, surname, email address etc). So I can import this information into my application.
•Allow users to log into my site using facebook credentials.

Thanks

All of the above is easily possible.

I think that this resource offers a good tutorial on how to integrate with Facebook's user infrastructure:

http://devtacular.com/articles/bkonrad/how-to-retrieve-user-data-from-facebook-connect-in-aspnet/

There is also this code example / framework which takes you though much of the process:

http://fbconnectauth.codeplex.com/

And this walkthrough which is a little more up-to-date:

http://area72.ro/general-it/how-to-login-via-facebook-in-asp-net.html

Yes, review the Facebook Documentation for more details.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM