FacebookHelper DeletePostOnFacebookPage Method Kentico 8.0 API Reference
Deletes the post on the Facebook page.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

postId
Type: OnlineSystem String
Facebook (external) identifier of the post.
pageAccessToken
Type: OnlineSystem String
Access token that will be used for deleting the post.
Exceptions

ExceptionCondition
FacebookApiExceptionFacebookApiException is thrown when an error occurs while communicating with Facebook.
OnlineSystem ExceptionException is thrown if the post could not be deleted.
See Also