LinkedInOAuthApi 0.2.0-pre
See the version list below for details.
dotnet add package LinkedInOAuthApi --version 0.2.0-pre
NuGet\Install-Package LinkedInOAuthApi -Version 0.2.0-pre
<PackageReference Include="LinkedInOAuthApi" Version="0.2.0-pre" />
paket add LinkedInOAuthApi --version 0.2.0-pre
#r "nuget: LinkedInOAuthApi, 0.2.0-pre"
// Install LinkedInOAuthApi as a Cake Addin #addin nuget:?package=LinkedInOAuthApi&version=0.2.0-pre&prerelease // Install LinkedInOAuthApi as a Cake Tool #tool nuget:?package=LinkedInOAuthApi&version=0.2.0-pre&prerelease
Specifically for ASP.Net using the DotNetOpenAuth framework.
IoC friendly.
LinkedInOAuthClient client = new LinkedInOAuthClient(...);
OAuthWebSecurity.RegisterClient(linkedInOAuthClient, "LinkedIn", null);
... after login ...
Person me = client.GetCurrentUser();
var id = me.PersonId;
Samples: https://github.com/deeja/LinkedInDeveloperToolkit
Learn more about Target Frameworks and .NET Standard.
-
- DotNetOpenAuth.AspNet (>= 4.1.4.12333)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
0.2 - Contains Significant Breaking Changes From LinkedInToolKit
- Scoped Permissions (thanks paulirwin)
- Added an interface: ILinkedInService
- Added an Asp.Net OAuthClient / IAuthenticationClient LinkedInOAuthClient that implements ILinkedInService
- Removed two obsolete Methods (DeleteStatus and UpdateStatus)
- Removed Desktop references
Originally From the LinkedInToolKit 1.0.0.0
This project has been uploaded to GitHub.
Any Issues, report them to https://github.com/deeja/LinkedInDeveloperToolkit