I am trying to build a python app that fetches media posted with a certain hashtag and processes it in some way.
The problem is that using v1/tags/{tag-name}/media/recent
I can get only my user's photos for some reason.
How can I get all photos from any users with the certain hashtag?