我尝试使用 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>
当我尝试使用我的帐户时,只有我的照片和用户名出现,而不是我在生日等代码中编写的其他字段!我怎么了?