Pinterest#

The Pinterest OAuth2 documentation:

You can optionally specify additional permissions to use. If no SCOPE value is set, the Pinterest provider will use reading scope by default.

SOCIALACCOUNT_PROVIDERS = {
    'pinterest': {
        'SCOPE': ['user_accounts:read'],
        "API_VERSION": "v5",
    }
}
SCOPE:

For a full list of scope options, see

# v1 https://developers.pinterest.com/docs/api/overview/#scopes

# v3 https://developers.pinterest.com/docs/redoc/#section/User-Authorization/OAuth-scopes

# v5 https://developers.pinterest.com/docs/getting-started/scopes/