mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Disconnecting facebook when session expires.
This commit is contained in:
parent
adac9da042
commit
b05999e0e5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue