Patreon#
The following Patreon settings are available:
SOCIALACCOUNT_PROVIDERS = {
'patreon': {
'VERSION': 'v1',
'SCOPE': ['pledges-to-me', 'users', 'my-campaign'],
}
}
- VERSION:
API version. Either
v1
orv2
. Defaults tov1
.- SCOPE:
Defaults to the scope above if using API v1. If using v2, the scope defaults to
['identity', 'identity[email]', 'campaigns', 'campaigns.members']
.- API documentation:
- App registration (get your key and secret for the API here):
https://www.patreon.com/portal/registration/register-clients
- Development callback URL