gpt4 book ai didi

facebook-graph-api - 使用 facebook api 的位置(经纬度)

转载 作者:行者123 更新时间:2023-12-01 02:40:54 27 4
gpt4 key购买 nike

有没有办法使用facebook api以(纬度和经度格式)获取用户的位置?
我能够获得位置名称和其他属性,但不能获得该地点的经纬度。 javascript中是否有相同的API。

最佳答案

如果您有用户的基本信息,其中一个字段是位置

   "location": {
"id": "104146386288393",
"name": "Newton, Massachusetts"
},

您可以使用位置的 id 进行另一个查询,以返回包含城市纬度/经度的 JSON,例如
{
"id": "104146386288393",
"name": "Newton, Massachusetts",
"picture": "http://external.ak.fbcdn.net/safe_image.php?d=AQDygUYzFOcjhDoD&w=100&h=300&url=http\u00253A\u00252F\u00252Fupload.wikimedia.org\u00252Fwikipedia\u00252Fen\u00252Fe\u00252Fe6\u00252FNewton_City_Hall\u0025252C_Massachusetts.jpg&fallback=hub_city&prefix=s",
"link": "http://www.facebook.com/pages/Newton-Massachusetts/104146386288393",
"likes": 3741,
"category": "City",
"is_published": true,
"is_community_page": true,
"description": "<snipped data>",
"location": {
"latitude": 42.3369,
"longitude": -71.2097
},
"checkins": 310,
"talking_about_count": 8912
}

但当然这只是“接近”——你需要请求用户的地址,我想是为了接近。

关于facebook-graph-api - 使用 facebook api 的位置(经纬度),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8427702/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com