
Meetup
******

Meetup.com uses OAuth2 for its auth mechanism.

* Register a new OAuth Consumer at Meetup Consumer Registration, set
  your consumer name, redirect uri.

* Fill "key" and "secret" values in the settings:

     SOCIAL_AUTH_MEETUP_KEY = ''
     SOCIAL_AUTH_MEETUP_SECRET = ''
