Disconnecting facebook when session expires.

This commit is contained in:
Samuel Clay 2014-10-06 14:20:33 -07:00
parent adac9da042
commit b05999e0e5

View file

@ -2653,7 +2653,7 @@ class MSocialServices(mongo.Document):
)
except facebook.GraphAPIError, e:
logging.debug("---> ~SN~FMFacebook posting error, disconnecting: ~SB~FR%s" % e)
# self.disconnect_facebook()
self.disconnect_facebook()
return
return True