Last month Instagram API was updated and I can't understand how work with it.
For example I want to get images via tag nexus5x
.
I do request to https://api.instagram.com/v1/tags/nexus5x?access_token=access_token
and response is
200 '{"meta":{"code":200},"data":{"media_count":5066,"name":"nexus5x"}}'
Can you explain me what to do next?
I also tried get recent items
https://api.instagram.com/v1/tags/nexus5x/media/recent?access_token=access_token
but get this response
200 '{"pagination":{"deprecation_warning":"next_max_id and min_id are deprecated for this endpoint; use min_tag_id and max_tag_id instead"},"meta":{"code":200},"data":[]}'
P.S. App in sandbox.