简体   繁体   中英

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. How can I authorized with all social networks into my asp.net C# web application.

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.

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.

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