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.

I try since 5 days to get the moderate status for a comment box on my custom facebook tab (created with woobox). But the only thing what works is the implementation of the comment box at itself. User can post under the content. But i dont get the moderate status so i can't delete or hide post. So i tried again only with the comment box code on a serval testsite. I created a tab with woobox and set on the html-part of the tab following content:

html> >head>

meta property="fb:app_id" content="my App_ID">

meta property="fb:admins" content="my ID">

/head>

script src="http://connect.facebook.net/en_US/all.js#xfbml=1"> /script>

body>

div id="fb-root"> >/div>

fb:comments href="added my link to the facebook_tab"> /fb:comments>

/body> >/html>

This is what facebook said to get the moderate status here so i tried the full code from there but failed. On the comment moderate tool for the app is also no post to moderate. I set me to a moderator in the settings of the app i must create do get the app_id. My user_ID i got from here. Any idea?

tia!

share|improve this question
Ok, i solved it. The problem ist the static html tab and the meta-tags for the admin. Cause you don't have access of the head-area to set the meta-tags. I created a simple html-file, save it on dropbox und embedded the file in a iframe-facebook-tab. So i get the moderate status. – Marcel Reinert Jul 18 '12 at 5: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.