Authenticate users on my site through LinkedIn
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.
精彩评论