JFacebookPost::deletePost
Method to delete a post if it was created by this application. Requires authentication and publish_stream permission
Signature
public function deletePost(string
$post )
Parameters
-
$post
- The post id.
Returns
- boolean
- Returns true if successful, and false otherwise.