-1

I implemented facebook comments on my site. I asked a friend to test it by commenting something, the comment appears. Now I want to delete it and I can't.

Any ideas how can I remove negative comments from my own site?

Ilya Gazman
  • 31,250
  • 24
  • 137
  • 216

2 Answers2

2

You can try using the comment moderation tool: https://developers.facebook.com/tools/comments

I think it needs the App ID in the header, see this thread: Facebook comment moderation tool

<meta property="fb:app_id" content="{YOUR_APP_ID}">
Community
  • 1
  • 1
andyrandy
  • 72,880
  • 8
  • 113
  • 130
-1

If the Facebook comment in question was made on your wall then you can delete it on Facebook. There is an X button that appears on hover for comments posted on your wall.

I do not know if there is an api for that.

user3360944
  • 538
  • 4
  • 11