LinkedIn OAuth API for ASP.Net NuGet Package

Specifically for ASP.Net using the DotNetOpenAuth framework.


IoC friendly using ILinkedInService interface.

LinkedInOAuthClient linkedInOAuthClient = new LinkedInOAuthClient(...);
OR
LinkedInOAuthClient linkedInOAuthClient = LinkedInOAuthClient.CreateCookieBasedClient(...)

THEN
OAuthWebSecurity.RegisterClient((IAuthenticationClient)linkedInOAuthClient, "LinkedIn", null);

..

after login ...

Person me = client.GetCurrentUser();
var id = me.PersonId;

Samples: https://github.com/deeja/LinkedInDeveloperToolkit.




Got any LinkedIn OAuth API for ASP.Net Question?





Info

Version: 0.3.3-pre
Author(s): Deeja
Last Update: Sunday, January 27, 2013
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/deeja/LinkedInDeveloperToolkit
NuGet Url: https://www.nuget.org/packages/LinkedInOAuthApi


Install
Install-Package LinkedInOAuthApi
dotnet add package LinkedInOAuthApi
paket add LinkedInOAuthApi
LinkedInOAuthApi Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

.5

avg-downloads-per-day

1

days-since-last-release

4079