Allow users to login with their Instagram account in an Angular-Meteor application.
- Explicit OAuth authentication with Instagram
- Creation of a Meteor user in the database with their Instagram profile information
- Instagram data service to retrieve latest user's media
- Install Meteor
curl https://install.meteor.com/ | sh git clone git@github.com:loic-d/meteor-ng-instagram-auth.gitcd meteor-ng-instagram-authmeteor npm install- Update
clientIDandsecretwith your informations in/settings.json meteor --settings settings.json- Go to
http://localhost:3000/
- Intercept error responses from Instagram API
- Avoid $timeout when using Meteor.user() in Angular userHome component


