使用Facebook和Twitter登录ASP.NET Web API

问题描述:

我将潜入ASP.NET Web API并想知道是否有一种简单的方法让我的用户使用Facebook和Twitter登录?

I''m going to be diving into ASP.NET Web API and would like to know if there is an easy way to have my users login with Facebook and Twitter?

使用 OAuth



看看这些:

对于Facebook:

Facebook:OAuth Dialog [ ^ ]

使用Web使用OAuth 2.0的API [ ^ ]

示例: C#Application with Facebook& Twitter与oAuth [ ^ ]





对于Google:

使用OAuth 2.0访问Google API [ ^ ]

使用OAuth 2.0 for Web服务器应用程序 [ ^ ]

示例:使用带有OAuth 2.0的Web API [ ^ ]
Using OAuth.

Have a look at these:
For Facebook:
Facebook: OAuth Dialog[^]
Using Web APIs with OAuth 2.0[^]
Sample: C# Application Integration with Facebook & Twitter with oAuth[^]


For Google:
Using OAuth 2.0 to Access Google APIs[^]
Using OAuth 2.0 for Web Server Applications[^]
Sample: Using Web APIs with OAuth 2.0[^]


面向ASP.NET开发人员的Twitter API

1.http://*.com/questions/12218199/asp-net-web-api-login-with-facebook-twitter [ ^ ]

2.http:// www。 aspdotnet-suresh.com/2012/05/add-twitter-login-authentication-to.html [ ^ ]

3.https://dev.twitter.com/discussions/593 [ ^ ]
Twitter API for ASP.NET developers
1.http://*.com/questions/12218199/asp-net-web-api-login-with-facebook-twitter[^]
2.http://www.aspdotnet-suresh.com/2012/05/add-twitter-login-authentication-to.html[^]
3.https://dev.twitter.com/discussions/593[^]