Get location media from instagram api

江枫思渺然 提交于 2019-12-25 16:45:14

问题


So, I have a situation here. My client wants to get location media from instagram without access token, authorized app, etc... Can this be achieved?

If not, please tell me how to start a submission for this permission, and what permission exactly is this with instagram.


回答1:


Do you mean get media by geolocation?

GET https://www.instagram.com/explore/locations/<LOCATION_ID>/?__a=1

without any authorization and application, for example

curl https://www.instagram.com/explore/locations/212988663/?__a=1

for New York and then parse json



来源:https://stackoverflow.com/questions/40523998/get-location-media-from-instagram-api

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!