Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Right now i am using facebok comment box and i have made my self as moderator for this comment box.

<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=288593874528383";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

I have specified my admin in meta tag

<meta property="fb:admins" content="{YOUR_FACEBOOK_USER_ID}"/>

What is the way to delete any comments given by any user on facebook commentbox?

http://developers.facebook.com/docs/reference/plugins/comments/

share|improve this question

1 Answer

You can use the graph API to delete comments. Does that help?

share|improve this answer
Here it show a link graph.facebook.com/19292868552_475058873552_14173716 Here '19292868552_475058873552_14173716' stand for what? how can i create this number? For delete comment i need to pass a http request. Which request are they talking about? any example for it? – Nay Dev Feb 28 '12 at 10:15

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.