- ru
- Language: en
- Documentation version: 0.1
Eventbrite OAuth¶
Eventbrite OAuth 2.0 for its authentication workflow.
Register a new application at Account Settings in App Management.
Fill
Consumer Key
andConsumer Secret
values in the settings usingApplication Key
andOAuth Client Secret
provided by Eventbrite’s created app:SOCIAL_AUTH_EVENTBRITE_KEY = '<your Application Key>' SOCIAL_AUTH_EVENTBRITE_SECRET = '<your OAuth Client Secret>'