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.com uses OAuth2 for its auth mechanism.
Register a new OAuth Consumer at Meetup Consumer Registration, set your consumer name, redirect uri.
Fill
keyandsecretvalues in the settings:SOCIAL_AUTH_MEETUP_KEY = '' SOCIAL_AUTH_MEETUP_SECRET = ''