LinkedInOAuthApi
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
Activity
- Latest release
- 13y ago
- Total releases
- 5
- Cadence
- ~daily
- Last 12 months
- 0
Details
- First release
- Nov 28, 2012
Releases
| Version | Released | |
|---|---|---|
0.3.3-pre
pre
| ||
0.3.2-pre
pre
| ||
0.3.1-pre
pre
| ||
0.3.0-pre
pre
| ||
0.2.0-pre
pre
|