简体   繁体   English

facebook注册插件-来自Facebook的邮政编码字段?

[英]facebook registration plugin - zipcode field from facebook?

is it possible to add zipcode and address field to the fields in facebook registration. 是否可以在Facebook注册的字段中添加邮政编码和地址字段。 If possible, how can i add them ? 如果可能,我如何添加它们? They are actually available in our facebook profile so there must be a way we can add them . 它们实际上可以在我们的Facebook个人资料中找到,因此必须有一种添加它们的方法。

<iframe src="https://www.facebook.com/plugins/registration?
         client_id=appid&
         redirect_uri=https%3A%2F%2Fdevelopers.facebook.com%2Ftools%2Fecho%2F&
         fields=name,birthday,gender,location,email"
    scrolling="auto"
    frameborder="no"
    style="border:none"
    allowTransparency="true"
    width="100%"
    height="330">
</iframe>

is it possible to add zipcode and address field to the fields in facebook registration. 是否可以在Facebook注册的字段中添加邮政编码和地址字段。

No – at least not to get them pre-filled by Facebook. 不-至少不要让他们预先由Facebook填写。

FB does not give this information out to apps any more – so if you need it, you'll have to request it from the user via custom fields, for them to fill out manually. FB不再将这些信息提供给应用程序-因此,如果您需要它,则必须通过自定义字段向用户请求,以便他们手动填写。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM