/meteor-accounts-foursquare

Foursquare OAuth2 login service for use with Meteor Auth

Primary LanguageJavaScriptMIT LicenseMIT

accounts-foursquare

Foursquare OAuth2 login service for use with Meteor Auth

Package Dependencies

  • accounts-base
  • accounts-oauth
  • foursquare

Usage

  1. meteor add accounts-foursquare
  2. Read the 'Integrating with Login Services' section of Getting Started with Auth and make sure you set up your config and secret correctly.
  3. Call Meteor.loginWithFoursquare();

Credits

  • Shamelessly based on @Jabbslad's Github OAuth2 login service