I've built a website that show photos with certain hashtag while using client_id and access_token to call instagram API, and it work successfully.
Since my client is in Sandbox mode, I have to use someone else's client_id to call instagram API. I'm curious if there's any solution that can retrieve the search result of certain hashtag in JSON format without using client_id and access_token.
I've found an example that can retrieve user photo feed in JSON format, but I can't find any solution that can retrieve the search result of certain hashtag in JSON format like this. Is this not possible?