Click or drag to resize
LinkedInHelperBeginAuthorizationInternal Method
Begins authorization process by redirecting client to the LinkedIn authorization page.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 8.2.23
Syntax
C#
protected void BeginAuthorizationInternal(
	TokenManager tokenManager,
	string callbackUrl
)

Parameters

tokenManager
Type: CMS.SocialMediaTokenManager
Token manager used for authorization - the same instance must be provided to CompleteAuthorization method.
callbackUrl
Type: SystemString
URL the client is redirected to after authorization.
Exceptions
ExceptionCondition
LinkedInApiUnauthorizedExceptionThrown when protocol error occures and the root cause is not being authorized properly.
LinkedInApiExceptionThrown when protocol error occures.
ExceptionThrown when unexpected error occures.
See Also