简体   繁体   English

使用Facebook,Google C#包装器库登录?

[英]Login with Facebook, Google C# wrapper library?

Is there a single-sign-on library that can easily let me add a "Login with Facebook", and "Login with Google" option to my website? 是否有一个单点登录库可以让我轻松地向我的网站添加“使用Facebook登录”和“使用Google登录”选项?

(Just want a library that does login only) (只需要一个仅登录的库)

You should probably look into using OAuth, that's what everything appears to be moving to. 您可能应该考虑使用OAuth,这就是一切似乎都在朝着的方向发展。 Here are some links: 以下是一些链接:

http://oauth.net/code/ http://oauth.net/code/

https://developers.google.com/accounts/docs/OAuth2 https://developers.google.com/accounts/docs/OAuth2

http://developers.facebook.com/blog/post/525/ http://developers.facebook.com/blog/post/525/

Also, see this SO question 另外,请参阅此SO问题

https://stackoverflow.com/questions/3997172/oauth-2-0-service-provider-net-libraries https://stackoverflow.com/questions/3997172/oauth-2-0-service-provider-net-libraries

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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