Easily add a "latest photos" type slideshow to your website.
You'll need to get an authemtication token from your instagram account in order to do that first though:
- Log in instagram andf register as a developer
- Register a new "client" (Sandbox Mode is good enough)
- Copy your "Client ID"
- Make sure you setup the "Valid redirect URIs" under the Security tab
- Authenticate you client by going to https://api.instagram.com/oauth/authorize/?client_id=YOUR_CLIENT_ID&redirect_uri=YOUR_REDIRECT_URI&response_type=token
- Once you authenticate, you'll be redirected to your redirect URL and the token will be appended to it
- Add your token to the
AUTH_TOKEN
constant