From de8616427e7db3e1efbd4e553d934316983b23fe Mon Sep 17 00:00:00 2001 From: Matthew Scragg Date: Sun, 6 Dec 2015 18:22:13 -0600 Subject: [PATCH] fix facebook token name --- realms/modules/auth/oauth/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/realms/modules/auth/oauth/models.py b/realms/modules/auth/oauth/models.py index 6988372..eec97ad 100644 --- a/realms/modules/auth/oauth/models.py +++ b/realms/modules/auth/oauth/models.py @@ -58,7 +58,7 @@ providers = { 'username': 'name', 'email': 'email' }, - 'token_name': 'access_name' + 'token_name': 'access_token' }, 'google': { 'oauth': dict(