facebook:current_location 的邮政编码和地址的值
为什么我无法获取用户的邮政编码和地址值?所有权限均已正确设置。
示例:
{
"data": [
{
"current_location": {
"city": "Capivari de Baixo",
"state": "Santa Catarina",
"country": "Brazil",
"zip": "",
"id": 110688912336502,
"name": "Capivari de Baixo"
}
}
]
}
邮政编码的值始终为空 "zip": "",
有什么方法可以获取用户的地址吗?
Why can not I get the value of the zip and address of the user? All permissions are set correctly.
Example:
{
"data": [
{
"current_location": {
"city": "Capivari de Baixo",
"state": "Santa Catarina",
"country": "Brazil",
"zip": "",
"id": 110688912336502,
"name": "Capivari de Baixo"
}
}
]
}
The value of the zip code is always empty
"zip": "",
And is there any way to get the user's address?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
地址字段(包括邮政编码)由 Facebook 于 2011 年 1 月引入并且四天后被禁用。当时,他们写道:
近一年过去了,该功能仍未重新启用。
The address field (which included the ZIP code) was introduced by Facebook in January 2011 and disabled four days later. At the time, they wrote:
Almost a year later, the feature has still not been re-enabled.