Same here an same with FF 20.
Same here, no caching since 0.9.2.8.
In 0.9.2.4 is worked fine, before I made the update.
The solution is:
Edit
/plugins/tweet-this/tweet-this.php
and change line 89 from
define('TT_API_POST_STATUS', 'http://twitter.com/statuses/update.json');
to
define('TT_API_POST_STATUS', 'https://api.twitter.com/1/statuses/update.json');
March 2013 they will again change something, to we will have to change to …/1.1/…
See: https://dev.twitter.com/discussions/10803