Click or drag to resize
LinkedInHelperBeginAuthorization 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#
public static void BeginAuthorization(
	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
LinkedInApiExceptionThrown when protocol error occures.
ExceptionThrow when unexpected error occures.
See Also