Facebook注册插件没有显示?

时间:2014-07-05 15:34:52

标签: facebook facebook-graph-api

我正在尝试在我的网站上实现Facebook注册插件以用于登陆页面。

我正在遵循本指南: https://developers.facebook.com/docs/plugins/registration/v2.0

我写了以下代码:

  <div id="registration">
    <iframe src="https://www.facebook.com/plugins/registration?client_id=660604224016242&redirect_uri=http://automaton.in/store_user_data.php?&fields=[{"name":"name"},{"name":"email"},{"name":"password"},{"name":"gender"},{"name":"birthday"}]">
    </iframe>
  </div>

但没有任何东西出现而不是带边框的盒子。 enter image description here

我还用app-id 660604224016242创建了我的脸书应用程序。 此外,我在本地运行我的网站没有本地服务器!我需要在服务器上运行吗?

请帮帮我,我真的需要实现这个插件!

0 个答案:

没有答案