How can I stop FBuntu displaying random read inbox messages?
- Keywords:
- Last updated by:
- Greg A
If you're using the legacyInboxChecker 'plugin' then quite a few users end up with Facebook returning messages that are actually read.
This is an incredibly irritating Facebook bug. I reported a bug about it with Facebook, but they have not yet done anything about it: http://
This bug is actually fixed in Facebook's latest APIs, implemented in FBuntu's unifiedInboxChe
The first thing to do is to look at your debug.log file. You should find a line that looks something like this:
2011-09-27 17:45:38 legacyInboxChec
The above line shows two supposedly unread threads, with thread IDs '981718745732' and '2158909489034'. These IDs are what you need for blacklisting. (Note that you may also get some threads that you *actually* haven't read. Don't blacklist these!)
In your legacyInboxChec
blacklist = ['981718745732', '2158909489034']
You should now be all sorted. And hopefully it won't be too long until Facebook let everyone use their shiny new bug-free APIs so you don't have to jump through these hoops.