mbfishman / java-twitter

Automatically exported from code.google.com/p/java-twitter
Apache License 2.0
0 stars 0 forks source link

Support for source parameter #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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