To clarify, we only want to prepopulate the status field. This works on the standard version, doesn't work on the mobile version.
It used to work on mobile version according to this thread: http://groups.google.com/group/twitter-development-talk/browse_thread/thread/291311d3fda932bc/1d512b31e0860c5a Cheers, Andreas Follow us on Twitter @3banana http://twitter.com/3banana On Mar 3, 1:00 pm, aschobel <[email protected]> wrote: > 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 @3bananahttp://twitter.com/3banana
