facebook登录错误

时间:2011-05-11 13:51:14

标签: facebook

我正在使用此代码获取登录信息:(我将000..0替换为app id。

<html>
    <head>
      <title>My Facebook Login Page</title>
    </head>
    <body>
      <div id="fb-root"></div>
      <script src="http://connect.facebook.net/en_US/all.js"></script>
      <script>
         FB.init({ 
            appId:000000000000000, cookie:true, 
            status:true, xfbml:true 
         });


      </script>
     <fb:login-button>
     Login with Facebook
  </fb:login-button>


    </body>
 </html>

问题是在网络浏览器上会弹出Facebook登录页面。我有以下错误:无效的参数

应用程序配置不允许使用URL。为什么?! THX

0 个答案:

没有答案