【发布时间】:2021-08-06 20:20:48
【问题描述】:
我对 instagram API 很陌生,如果这是一个愚蠢的问题,我深表歉意。我正在尝试从我从 instagram 中提取的约 250 个位置 ID 的列表中提取一些位置度量(理想情况下是纬度和经度)。我能找到的最接近我的问题的是converting instagram location id to latitude and longitude so that I can overlay them on Google Map,但我没有地址。
我已阅读文档,我怀疑 url 请求的结构应如下所示,我在这里找到了:https://developers.facebook.com/docs/graph-api/reference/location/
curl -i -X GET \
"https://graph.facebook.com/{graph-api-version}/{location-id}&access_token={user-access-token}
但我似乎无法返回任何结果。非常感谢任何帮助!
【问题讨论】:
标签: api geolocation instagram-api