From b05999e0e584e208acd9d7726f6ab098cc305218 Mon Sep 17 00:00:00 2001 From: Samuel Clay Date: Mon, 6 Oct 2014 14:20:33 -0700 Subject: [PATCH] Disconnecting facebook when session expires. --- apps/social/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/social/models.py b/apps/social/models.py index 4247915fd..93c68133d 100644 --- a/apps/social/models.py +++ b/apps/social/models.py @@ -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