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

@ -1312,7 +1312,7 @@ class WebInterface(object):
result = facebook._get_credentials(code)
# logger.info(u"result: " + str(result))
if result:
return "Key verification successful, you may close this page now."
return "Key verification successful, PlexPy can send notification to Facebook. You may close this page now."
else:
return "Unable to verify key"