Sara Darcy
Sara Darcy

Reputation: 221

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

Upvotes: 2

Views: 1482

Answers (3)

Fionaa Miller
Fionaa Miller

Reputation: 511

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

It will help you in LinkedIn implementation.

Upvotes: 1

splonk
splonk

Reputation: 1045

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

Upvotes: 1

Brian Roach
Brian Roach

Reputation: 76918

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

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

Upvotes: 2

Related Questions