fraga / backgram

backgram
0 stars 1 forks source link

RedirectUri of Instagram API via Server-Side #15

Closed seixasfelipe closed 11 years ago

seixasfelipe commented 11 years ago

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).