An implementation of the Instagram OAuth flow. See the project page on Meteor Accounts for more details.
meteor add helium:instagram
Use this package if you just want to authenticate using Instagram OAuth service and obtain an access token and not to log in the user.
If you want to implement Login using Instagram feature, use helium:accounts-instagram package.
Heavily based on the facebook and accounts-facebook packages from the core Meteor packages.