Allow custom redirect uri with Facebook notifier

This commit is contained in:
JonnyWong16 2016-01-23 08:12:41 -08:00
parent 01791eac52
commit b24e9a2185
4 changed files with 29 additions and 33 deletions

View file

@ -80,6 +80,7 @@ _CONFIG_DEFINITIONS = {
'EMAIL_ON_INTUP': (int, 'Email', 0),
'ENABLE_HTTPS': (int, 'General', 0),
'FACEBOOK_ENABLED': (int, 'Facebook', 0),
'FACEBOOK_REDIRECT_URI': (str, 'Facebook', ''),
'FACEBOOK_APP_ID': (str, 'Facebook', ''),
'FACEBOOK_APP_SECRET': (str, 'Facebook', ''),
'FACEBOOK_TOKEN': (str, 'Facebook', ''),