Begins authorization process by redirecting client to the LinkedIn authorization page.
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- tokenManager
- Type: CMS.SocialMedia TokenManager
Token manager used for authorization - the same instance must be provided to CompleteAuthorization method.
- callbackUrl
- Type: System String
URL the client is redirected to after authorization.
Exceptions
Exception | Condition |
---|---|
CMS.SocialMarketing LinkedInApiException | Thrown when protocol error occures. |
System Exception | Throw when unexpected error occures. |
See Also