我想让人们使用他们的 Facebook 帐户注册。
<iframe src="https://www.facebook.com/plugins/registration?
client_id=215838765244788&
redirect_uri=http://localhost&
fields=name,birthday,gender,location,email,password"
scrolling="auto"
frameborder="no"
style="border:none"
allowTransparency="true"
width="100%"
height="330">
</iframe>
如果不可能,我如何使用 facebook 登录插件获取密码,那么如何使用登录插件进行日志记录?