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.

The comment box is installed fine but for some odd reason i am unable to moderate. I have done the moderation settings. I even tried 'Let me approve each comment' after setting 'No restrictions' in the black list dropbox. Still doesn't work. And by doesn't work i mean it shows nothing in the moderation tool https://developers.facebook.com/tools/comments?id=app_id

<html prefix="og: http://ogp.me/ns#">
<head>
<meta property="og:title" content="Title goes here" />
<meta property="og:url" content="https://www.facebook.com/pagename?sk=app_appid" />
<meta property="fb:app_id" content="app_id"/>
<meta property="fb:admins" content="my_user_id"/>
<meta property="fb:moderator" content="my_user_id"/>
<style type=text/css>
html {
   margin: 0 0 0;
   width: 500px;
   overflow: hidden;
}
</style>
</head>
<body>
<img src=App.jpg border=0 width=490>
<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=app_id";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<script>
window.fbAsyncInit = function() {
  FB.init({
    appId      : 'app_id',
  });
  FB.Canvas.setAutoGrow(true);
}
</script>
<div class="fb-comments" data-href="https://www.facebook.com/pagename?sk=app_appid" data-num-posts="10" data-width="490"></div>
</body>
</html>
share|improve this question
Have you "liked" the page using the admin user's account specified in fb:admins ? – DMCS Mar 22 '12 at 23:10
ahmm yes i have done that too!! – Saad Bashir Mar 27 '12 at 11:55

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.