RedirectUri now is an Action of AuthController instead of a raw redirect_uri.html.
This allow us to store the access_token in Session to be able in future if needed.
TODO: refactors AuthController to be thiner, maybe put all integration with Instagram API inside our InstagramLib (Core), I don't know ehehe (#5).
RedirectUri now is an Action of AuthController instead of a raw redirect_uri.html. This allow us to store the access_token in Session to be able in future if needed.
TODO: refactors AuthController to be thiner, maybe put all integration with Instagram API inside our InstagramLib (Core), I don't know ehehe (#5).