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