| LinkedInHelperBeginAuthorizationInternal Method | 
            Begins authorization process by redirecting client to the LinkedIn authorization page.
            
 
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 10.0.0
 Syntax
Syntaxprotected void BeginAuthorizationInternal(
	TokenManager tokenManager,
	string callbackUrl
)
Parameters
- tokenManager
- Type: CMS.ExternalAuthenticationTokenManager
 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
Exceptions See Also
See Also