-
I need to add the offline SCOPES as I need to get a refresh token, but no matter what I try, I cant get the scope to add, it only adds the default user.read This is my settings SOCIALACCOUNT_PROVIDERS = {
} this is the redirect URL Is this a bug or am I the bug? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Try changing |
Beta Was this translation helpful? Give feedback.
-
Man I spent 4 hours on this and it was that simple, thanks Buddy it worked, and now I am getting the refresh token, cheers |
Beta Was this translation helpful? Give feedback.
Try changing
"SCOPES"
to"scope"
.