Instagram API端点:GET /位置/搜索距离参数

问题描述 投票:0回答:1

我目前正在使用Instagram API的位置/搜索端点,使用python脚本来获取特定坐标对(lat,lng)的单个位置名称。为了只获得最匹配的位置,我尝试实现距离参数并将其设置为0(也尝试过1等 - 用它来玩)。我的获取请求目前看起来像这样:

{base}locations/search?lat={latitude}&lng={longitude}&distance={dist}&access_token={token}'.format(base="https://api.instagram.com/v1/".....)

我使用Instagram Developer Documentation作为参考。 (https://www.instagram.com/developer/endpoints/locations/

但是,我输入的距离参数,输出始终相同。意思是我总是得到多个位置。正如我上面提到的,我玩弄它 - 它似乎没有任何影响。

我很感激有人可以帮助我,告诉我我做错了什么。提前致谢 :)

api parameters location instagram endpoint
1个回答
0
投票

这不是这个问题的直接答案,但对于最终解决这个问题的人来说 - 这个终点不再存在。

© www.soinside.com 2019 - 2024. All rights reserved.