问题
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