I'm looking to have a gallery on my website that contains the images from my Instagram account. I haven't been able to find my resources that explain the process of interacting with the API for this purpose. Can anyone point me in the right direction? Ideally the gallery would have folders by month, sort of like an archive feature.
Did you check this out? It seems straightforward.
The API that you need is -
https://api.instagram.com/v1/users/{user-id}/media/recent/?access_token=ACCESS-TOKEN
PhotoMax will create an Instagram Gallery from your user account. The Archiving feature you will have to add manually into it. But most of features like filtering images based on @user or #hashtags will already be present in there.