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