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

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

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

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

Array([id] => 111227078906045 [name] =>某些城市,纽约)

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

是否可以使用该ID来检索有关位置的完整信息, p>

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,即 https://图.facebook / Place_ID - 这是你可以从Facebook得到的。城市和国家/地区位于名称字段中。

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:08:41,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1164497.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:详细信息   位置   用户   Facebook   API

发布评论

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

>www.elefans.com

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