我在Facebook上使用OAuth Dialog,允许用户使用电子邮件、出生日和其他细节,但当我使用该传真时,即<代码>https://apps.facebook.com/projectatestapp/。 (虽然被贴在Facebook上) 我看到这一标识是为了评估窗户:
你们正在像Nina Sewart那样进行试验。 计算结果不会在Facebook上添加这一工具。
允许和多端允许使用<<0>
我的法典
<html xmlns:fb="https://www.facebook.com/2008/fbml">
<body>
<script src="http://connect.facebook.net/en_US/all.js"></script>
<div id="fb-root"></div>
<script>
FB.init({
appId: [My app id] ,
xfbml: true,
cookie: true,
oauth: true
});
FB.login({
scope: email,user_birthday ,
});
</script>
<a href="https://www.facebook.com/dialog/oauth/?scope=email,
user_birthday&
client_id=148244388606048&
redirect_uri=https://apps.facebook.com/projectatestapp/test2.html&
response_type=token" target="_top">test</a>
</body>
</html>
请告诉我它有什么错误?