The twitter API site lists 3 java twitter libraries.
Do you know others? What are your experiences in support, ease of use, stability, community, etc.
The twitter API site lists 3 java twitter libraries.
Do you know others? What are your experiences in support, ease of use, stability, community, etc.
I use Twitter4J and have yet to have a problem with it. I actually like it a lot.
The OAuth example they give on their website is the biggest nuisance -- it's not helpful. Here's my OAuthServlet code if you're interested (or anyone else). I know this question is rather old, so I'm putting it in here more for search results.
I use the class TwitterCnx as a wrapper for twitter4j.Twitter. TwitterCnx defines my OAuth consumer stuff and returns a Twitter object. It's a final class with static methods so I don't produce more than one Twitter object per app instance.