Click or drag to resize
LinkedInHelperCompleteAuthorizationInternal Method
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).

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 8.2.23
Syntax
C#
protected LinkedInAccessToken CompleteAuthorizationInternal(
	TokenManager tokenManager
)

Parameters

tokenManager
Type: CMS.SocialMediaTokenManager
Token manager used for authorization - the same instance that was used to BeginAuthorization must be provided.

Return Value

Type: LinkedInAccessToken
LinkedInAccessToken structure.
Exceptions
ExceptionCondition
LinkedInApiExceptionThrown when protocol error occures.
ExceptionThrow when unexpected error occures.
See Also