开发者

Authenticate users on my site through LinkedIn

开发者 https://www.devze.com 2023-02-28 23:52 出处:网络
I\'m working on a small site for my university. The开发者_开发问答 requirements include the ability for our users to authenticate with their LinkedIn accounts. I know Facebook and Twitter have such ca

I'm working on a small site for my university. The开发者_开发问答 requirements include the ability for our users to authenticate with their LinkedIn accounts. I know Facebook and Twitter have such capability, but what about LinkedIn? I'll be doing this in .NET, is there a native SDK?

Thanks, Sara


LinkedIn uses OAuth just like Facebook, their developer site / docs are at:

http://developer.linkedin.com/docs/DOC-1243


javascript api: http://developer.linkedin.com/docs/DOC-1225


Here is simple OAuth C# working example and ASP.NET implementation example project.

It will help you in LinkedIn implementation.

0

精彩评论

暂无评论...
验证码 换一张
取 消