Click or drag to resize
LinkedInHelper Methods

The LinkedInHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberBeginAuthorization
Begins authorization process by redirecting client to the LinkedIn authorization page.
Protected methodBeginAuthorizationInternal
Begins authorization process by redirecting client to the LinkedIn authorization page.
Public methodStatic memberCompleteAuthorization
Completes authorization and gets user's access token. All needed parameters are obtained from query string (LinkedIn adds these parameters when redirecting to callback URL).
Protected methodCompleteAuthorizationInternal
Completes authorization and gets user's access token. All needed parameters are obtained from query string (LinkedIn adds these parameters when redirecting to callback URL).
Public methodStatic memberGetUserCompanies
Gets all companies administrated by the user that ownes given access token.
Protected methodGetUserCompaniesInternal
Gets all companies administrated by the user that ownes given access token.
Public methodStatic memberPublishShareOnLinkedInCompanyProfile
Publishes a new share on company profile identified by LinkedInAccountID. The share is visible to anyone.
Protected methodPublishShareOnLinkedInCompanyProfileInternal
Publishes a new share on company profile identified by LinkedIn's company ID.
Public methodSetAsDefaultHelper
Sets this object as the default helper
(Inherited from AbstractHelperHelperType.)
Top
See Also