FacebookPostInfoProviderPublishFacebookPost Method |
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 11.0.0
Syntax public static void PublishFacebookPost(
int postInfoId
)
Parameters
- postInfoId
- Type: SystemInt32
Identifier of the FacebookPostInfo that will be published.
Exceptions Exception | Condition |
---|
Exception | When post does not exist, has already been published to Facebook or the account is not valid. |
FacebookApiException | When something in communication with Facebook goes wrong. |
See Also