Fix Facebook authorization not working
This commit is contained in:
@@ -1299,6 +1299,7 @@ class WebInterface(object):
|
|||||||
else:
|
else:
|
||||||
return "Unable to verify key"
|
return "Unable to verify key"
|
||||||
|
|
||||||
|
@cherrypy.expose
|
||||||
def facebookStep1(self):
|
def facebookStep1(self):
|
||||||
cherrypy.response.headers['Cache-Control'] = "max-age=0,no-cache,no-store"
|
cherrypy.response.headers['Cache-Control'] = "max-age=0,no-cache,no-store"
|
||||||
facebook = notifiers.FacebookNotifier()
|
facebook = notifiers.FacebookNotifier()
|
||||||
|
Reference in New Issue
Block a user