为什么我无法在我的网站上获得版主视图。这就是我所做的:
<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>
同样在评论审核设置中,我设置为“让我在每条评论出现之前批准它”。我自己是应用程序开发人员和管理员。为什么用我的 facebook id 登录我看不到版主。我也没有在评论审核工具设置中收到任何通知。是因为我使用的是 localhost 它没有运行吗?请帮忙。谢谢。