I want to use Instagram API
to get 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 recieve the images that my user has created with that tag. I want to get all tagged images, not just my own. Is it supposed to do that?
When I try:
https://api.instagram.com/v1/tags/{tag-name}?access_token=ACCESS-TOKEN
Then it works and I get statistics from not just my own images.
Any help would be awesome!