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?
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?
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}">
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.