Reputation: 221
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
Upvotes: 2
Views: 1482
Reputation: 511
Here is simple OAuth C# working example and ASP.NET implementation example project.
It will help you in LinkedIn implementation.
Upvotes: 1
Reputation: 76918
LinkedIn uses OAuth just like Facebook, their developer site / docs are at:
http://developer.linkedin.com/docs/DOC-1243
Upvotes: 2