From a33a00c0542c7f0b6aa194ab0981c5828634ab21 2016-06-14 13:14:47 From: Marcin Lulek Date: 2016-06-14 13:14:47 Subject: [PATCH] authomatic: fix incorrect missing key --- diff --git a/backend/src/appenlight/lib/request.py b/backend/src/appenlight/lib/request.py index 4884eb1..0d50685 100644 --- a/backend/src/appenlight/lib/request.py +++ b/backend/src/appenlight/lib/request.py @@ -108,7 +108,7 @@ def get_authomatic(request): # callback http://yourapp.com/social_auth/facebook 'facebook': { 'class_': oauth2.Facebook, - 'consumer_key': settings.get('authomatic.pr.facebook.app_id', 'X'), + 'consumer_key': settings.get('authomatic.pr.facebook.app_id', ''), 'consumer_secret': settings.get('authomatic.pr.facebook.secret', ''), 'scope': ['email'],