【发布时间】:2017-07-27 13:08:22
【问题描述】:
我正在制作一个与 instagram 相关的 android 应用程序,以便我阅读所有 instagram 开发人员 api 之后我尝试了第一次用户身份验证它工作正常我正在通过用户 ID api 访问用户数据。现在我想要我的位置信息需要location-id。我不知道我会去哪里
with user-id:
https://api.instagram.com/v1/users/**userid**/?access_token=13145898924.f59def8.f14ee72f42f14bea9f56d6dc96924483
with location-id:
https://api.instagram.com/v1/locations/location-id?access_token=13145898924.f59def8.f14ee72f42f14bea9f56d6dc96924483
在第一个网址中,我得到了用户 ID,我正在检索信息 在第二个 url 我不知道 location-id 请帮助我
【问题讨论】:
标签: android location instagram