Jump to content

Facebook Api: Delete comment based on user id


dumb2champ

Recommended Posts

Hello everyone..

 

I have a question to delete comment based from user-id itself.

 

I use PHP SDK to delete any comment to my facebook page and it was success as long as I specify the comment-id..

 

Below are my codes to delete a comment from comment-id

    $request = new FacebookRequest(
      $session,
      'DELETE',
      '/{comment-id}'
    );
    
    $response = $request->execute();
    $graphObject = $response->getGraphObject();

Is it possible to delete comment based on user-id itself?

 

I know that I just need to query the graph api to get the comment-id from A but each comment have different id`s so its hard to query the comment-id everytime..

 

For example: A, B, and C comment to my facebook post and I want to delete the comment where the user-id is from A?

 

So, if the api scan and found out that A is commenting to my post, it will be deleted instead deleting B and C

 

I really appreciate for any help from you guys..

 

Thanks

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.