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 want to add a blacklist to my fb:comment plugin, I have it on my website, but facebook docs only show me how to add the blacklist for an app using the moderation dashboard. I do not have an app_id, I am just using the plugin

This does not apply for only using the plugin. This is my code:

 <script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script>
 <fb:comments href="example.com" num_posts="2" width="500"></fb:comments>

I have also the meta-tag:

<meta property="fb:admins" content="1234567..ect">

I know how to add the blacklist when having an app, but when you are using just a plugin how can you add this blacklist, can be something like

<fb:comments blacklist="porn"... </fb:comments>

??

Thank you for your help.

Best Regards!

share|improve this question

1 Answer

This can not be done, you must associate to an app_id if you want to use the blacklist

share|improve this answer

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.