SoundCloud OAuth2 login service for use with Meteor Auth
This login service depends on the bleeding edge changes within the Meteor Auth branch. See https://github.com/meteor/meteor/wiki/Getting-started-with-Auth for further details.
- accounts (Meteor Docs)
- accounts-oauth2-helper (Meteor Docs)
- http
meteor add accounts-soundcloud
- Read the 'Integrating with Login Services' section of Getting Started with Auth and make sure you set up your config and secret correctly.
- Call
Meteor.loginWithSoundcloud();
- Shamelessly based upon @Jabbslad Github OAuth2 login service