Comment 9 for bug 674894

Revision history for this message
Omer Akram (om26er) wrote :

this is what my branch did:

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

there was a commit in gwibber trunk before the facebook plugin was ported to graph API:
 "Tell facebook not to prepend "is " to post" (now its log is lost in trunk)

i backported that. (the same what you suggested in comment#8)