Click here to Skip to main content
15,920,896 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Why i am not able to get moderator view on my website .This is what i have done:

XML
<head runat="server">
    <title>Untitled Page</title>
  <%--  <meta property="og:url" content="http://localhost:6703/facebookcomments/Default.aspx" />--%>
    <meta property="fb:admins" content="myfacebookId"/>

</head>
<body>
    <form id="form1" runat="server">
    <div>
    <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=MyApplicationId";
        fjs.parentNode.insertBefore(js, fjs);
    } (document, 'script', 'facebook-jssdk'));</script>
    <div class="fb-comments" data-href="http://localhost:6703/facebookcomments/Default.aspx" data-width="470"></div>
    </div>
    </form>
</body>
</html>

also in comment moderation setting i set as "let me approve each comment before it appears".I am myself as application developer and admin. Why Logging with my facebook id i am not able to see the moderator. also i am not getting any notification in comment moderation tool settings. Is because i am using localhost it is not running? please help out. Thanks.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900