facebook:current_location 的邮政编码和地址的值

发布于 2024-12-21 10:50:10 字数 388 浏览 1 评论 0原文

为什么我无法获取用户的邮政编码和地址值?所有权限均已正确设置。

示例:

{
  "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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

酷遇一生 2024-12-28 10:50:10

地址字段(包括邮政编码)由 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:

We look forward to re-enabling this improved feature in the next few weeks.

Almost a year later, the feature has still not been re-enabled.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文