Facebook API:我可以获得有关用户位置的详细信息吗?

编程入门 行业动态 更新时间:2024-10-28 14:34:30
本文介绍了Facebook API:我可以获得有关用户位置的详细信息吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

当我请求用户的个人资料时,位置具有以下格式

When I requests user's profile, the location has the following format

数组([id] => 111227078906045 [name] => 纽约某城市)

Array ( [id] => 111227078906045 [name] => Some City, New York )

是否可以使用该 ID 来检索有关位置的完整信息,至少是这样的

Is it possible to use that ID to retrieve full information about location, at least something like this

Array ( [country] => United States [state] => New York [city] => Some City )

Array ( [country] => United States [state] => New York [city] => Some City )

推荐答案

在对 Graph API 的请求中使用此 ID,即 graph.facebook/Place_ID - 仅此而已你可以从 Facebook 获得.城市和国家/地区位于 name 字段中.

Use this ID in a request to the Graph API, i.e. graph.facebook/Place_ID - that's all you can get from Facebook. The city and country are in the name field.

更多推荐

Facebook API:我可以获得有关用户位置的详细信息吗?

本文发布于:2023-07-20 05:11:26,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1164519.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:详细信息   可以获得   位置   用户   Facebook

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!