I want to use the Instagram API to retrieve the latest images based on a specific tag.
When i use:
https://api.instagram.com/v1/tags/{tag-name}/media/recent?access_token=ACCESS-TOKEN
I only get images that my user created with this tag. I want to get all tagged images, not just my own. Is this supposed to be done?
When I try:
https://api.instagram.com/v1/tags/{tag-name}?access_token=ACCESS-TOKEN
Then it works, and I get statistics not only from my own images.
Any help would be awesome!
source share