We are having problems posting status updates to the mobile version of Twitter, it looks like the status input field for the mobile version comes with a default value of "".
<input type="text" name="status" id="status" maxlength="140" class="i" value=""/> For the standard version of Twitter, we can pre-populate the status field by doing opening the following page: http://twitter.com/home?status=Hello%20world Our app for Android lets folks share their notes to Twitter, and this was working fine until Twitter started detecting the user agent for Android and giving people the mobile version instead of the standard version. Is there a way to force the Standard version? Passing in &ui_type=s doesn't do anything. We support Twidroid, but not everybody has that installed. Cheers, Andreas Follow us on Twitter @3banana http://twitter.com/3banana
