I am building a static, client-side only website for a client. I'd like to display recent instagram posts that use their hash tag.
However, all calls to the Instagram API need an access_token. This use case is different, though, bc I'm not trying to ask the user to authenticate their account through OAuth, I'm only trying to use a static API call to show recent posts.
How can I do this?
EDIT:
This is not a duplicate of the other because Instagram's API has been updated to require an access_token
for all endpoints.