Click or drag to resize
FacebookPostInfoProviderDeleteFacebookPostInfoInternal Method
Deletes the specified Facebook post. If the post is published on the Facebook, it will be deleted there first. Deletes scheduled task as well.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual void DeleteFacebookPostInfoInternal(
	FacebookPostInfo post
)

Parameters

post
Type: CMS.SocialMarketingFacebookPostInfo
Facebook post to be deleted.
Exceptions
ExceptionCondition
FacebookApiExceptionFacebookApiException is thrown when an error occurs while communicating with Facebook.
ExceptionException is thrown if the Facebook account doesn't exist or its access token is invalid or post could not be deleted from Facebook.
See Also