JFacebookUser::deletePost
Method to delete a post. Note: you can only delete the post if it was created by the current user. Requires authentication
Signature
public function deletePost(string
$post )
Parameters
-
$post
- The Post ID.
Returns
- mixed
- The decoded JSON response or false if the client is not authenticated.