I have developed a site with multiple pages that allows for comments to be made on each.
Myself and other users can write comments and they are visible on the wall and can be seen on the commenter's Facebook page, however they do not show up in the Facebook Developers Comment Moderation Tool.
I have trawled through countless pages for possible solutions, and none of them work. This is the start of my html tag.
<html style='padding:0;margin:0;background:black;' xmlns="http://www.w3.org/1999/xhtml"
xmlns:og="http://ogp.me/ns#"
xmlns:fb="http://www.facebook.com/2008/fbml">
<head>
<meta property="fb:app_id" content="215105085235914"/>
<meta property="og:title" content="Nighteye" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://www.nighteye.co.za/" />
<meta property="og:image" content="http://www.nighteye.co.za/images/logo_inpage.png" />
<meta property="og:site_name" content="Nighteye" />
<meta property="fb:admins" content="100002194438535" />
<link rel="icon" type="image/png" href="http://nighteye.co.za/images/logo_favicon.png" />
<title>Nighteye</title>
As you can see, I've added in all the og tags as well as an app_id but still no comments show up in the Comment Moderation tool.
Experienced, Veteran Developers welcome ;)
