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>
アカウントを試してみると、写真とユーザー名だけが表示され、他のフィールドには表示されず、誕生日のようなコードに書き込んでいます! 何が間違っていますか?