简体   繁体   English

我们可以在asp.net c#web应用程序中嵌入twitter,linkedin,facebook,buzz的授权吗?

[英]Can we embed authorization for twitter, linkedin, facebook, buzz in asp.net c# web application?

I want to implement authorization using social networks like twitter, facebook, Linked In. 我想使用Twitter,facebook,Linked In等社交网络实现授权。 How can I authorized with all social networks into my asp.net C# web application. 如何将所有社交网络授权到我的asp.net C#Web应用程序中。

Yes you can, but the authorization process in it's core will still be linked to the APIs of the services you're working on, depending whether such endpoints are available. 是的,您可以,但其核心中的授权过程仍将链接到您正在处理的服务的API,具体取决于此类端点是否可用。

Here are some docs you might want to check out: 以下是您可能想要查看的一些文档:

Once you have an authorization token, you can access some basic user information (eg username or nickname) and link it to your website. 获得授权令牌后,您可以访问一些基本用户信息(例如用户名或昵称)并将其链接到您的网站。

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

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