如果找到了对您有用的资料,烦请点击右手边的Google广告支持我继续共享知识,谢谢! http://dengpeng.spaces.live.com/

2008年5月31日星期六

Hello jtwitter!

A easy to use Java interace to Twitter API. http://thinktankmaths.com/java-twitter/

Very simple:

1. Add this component jar to your project library

2. invoke it by following code:

Twitter t = new Twitter("your_username", "your_password");
t.updateStatus("This message will be submitted to twitter!");


3. Done


I have created a Netbeans Java project to show the demo. Please download it from http://www.mediafire.com/?msh4dotngd9

没有评论: