Java - Post to Twitter
- by Ibolit
Hi.
I've written a simple web application, which i want to post tweets.
I have seen some java libraries for working with twitter, and they all seem like too much of work for something that seemingly simple. But it is possible that i am missing something. And I am yet to make any of them work...
Is there any simple way to post a tweet in twitter from a web-app in java with only a few lines of code?
Thank you very much.