The source parameter allows you to replace the "from web" tag with one that
has been registered for at twitter.
See
http://groups.google.com/group/twitter-development-talk/web/api-documentation
This parameter is not supported in the API yet.
A solution and fix has been suggested here:
http://groups.google.com/group/java-twitter/browse_thread/thread/cf7e5cce714d620
8#
which will enable:
Api api = new Api("username", "password");
api.setSource("source");
api.updateStatus("my new status");
Original issue reported on code.google.com by yus...@gmail.com on 27 Jun 2008 at 7:03
Original issue reported on code.google.com by
yus...@gmail.com
on 27 Jun 2008 at 7:03