##// END OF EJS Templates
authomatic: fix incorrect missing key
ergo -
Show More
@@ -108,7 +108,7 b' def get_authomatic(request):'
108 # callback http://yourapp.com/social_auth/facebook
108 # callback http://yourapp.com/social_auth/facebook
109 'facebook': {
109 'facebook': {
110 'class_': oauth2.Facebook,
110 'class_': oauth2.Facebook,
111 'consumer_key': settings.get('authomatic.pr.facebook.app_id', 'X'),
111 'consumer_key': settings.get('authomatic.pr.facebook.app_id', ''),
112 'consumer_secret': settings.get('authomatic.pr.facebook.secret',
112 'consumer_secret': settings.get('authomatic.pr.facebook.secret',
113 ''),
113 ''),
114 'scope': ['email'],
114 'scope': ['email'],
General Comments 0
You need to be logged in to leave comments. Login now