Foursquare OAuth2 login service for use with Meteor Auth
- accounts-base
- accounts-oauth
- foursquare
meteor add accounts-foursquare
- 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.loginWithFoursquare();
- Shamelessly based on @Jabbslad's Github OAuth2 login service