LinkedInPostInfoProviderPublishLinkedInPostInternal Method |
Namespace: CMS.SocialMarketing
protected virtual void PublishLinkedInPostInternal( int postInfoId )
Exception | Condition |
---|---|
Exception | When post does not exist, has already been published to LinkedIn or the account is not valid. |
ArgumentException | Thrown when authorization or LinkedIn's company ID resulting from accountId is null, or when comment is null. |
ArgumentOutOfRangeException | Thrown when comment is longer than COMPANY_SHARE_COMMENT_MAX_LENGTH |
LinkedInApiUnauthorizedException | Thrown when protocol error occurs because the request is not authorized properly. |
LinkedInApiException | Thrown when protocol error occurs. |