Publishes the Facebook post on the appropriate Facebook page in proper time.
            Uses scheduler for future posts.
            When modifying scheduled posts, always call the TryCancelScheduledPublishFacebookPost(Int32) first.
            
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- postInfoId
 - Type: 
System Int32
Identifier of the FacebookPostInfo that will be published. 
Exceptions
| Exception | Condition | 
|---|---|
| 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