我尝试使用facebook api通过Facebook帐户注册我的网站:
这是代码
<iframe src="https://www.facebook.com/plugins/registration?
client_id=1845645421&
redirect_uri=http://mysite.org/signup/
fields=name,birthday,gender,location,email"
scrolling="auto"
fb_only="true"
frameborder="no"
style="border:none"
allowTransparency="true"
width="500px"
height="330">
</iframe>
当我尝试使用我的帐户时,我的照片和用户名不会出现在我生日代码中写的其他字段!我错了什么?