Meetup

Backend class

For Django, add this class path to AUTHENTICATION_BACKENDS. For other integrations, use the same class path in the framework-specific backend setting.

Backend name

Class path

meetup

social_core.backends.meetup.MeetupOAuth2

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 = ''