My app is having the same problem publishing statues.
We are using twitteroauth library:
183: default:
return $this->http($request->get_normalized_http_url(), $method, $request->to_postdata());
to this
183: default:
return $this->http($request->to_url(), $method, $request->to_postdata());
This solved the problem temporarily.
Any official words from twitter?