YNAB#
- App Registration
- Development callback URL
Default SCOPE permissions are ‘read-only’. If this is the desired functionality, do not add SCOPE entry with ynab app in SOCIALACCOUNT_PROVIDERS. Otherwise, adding SCOPE and an empty string will give you read / write.
SOCIALACCOUNT_PROVIDERS = {
'ynab': {
'SCOPE': ''
}
}