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
没有评论:
发表评论