Comment 7 for bug 674894

Revision history for this message
Ken VanDine (ken-vandine) wrote :

It was included in http://bazaar.launchpad.net/~gwibber-committers/gwibber/trunk/revision/922 as part of a much bigger merge, bit the specific change was:

- result = self._get("users.setStatus", status=message, status_includes_verb=False)
+ result = self._get("me/feed", message=message, status_includes_verb=True, post=True)

Should be trivial to backport to maverick, facebook just changed the way they interpret the status_includes_verb argument.