Andrew
Andrew

Reputation: 2363

Best Java Example for Twitter Connecting

I'm porting a rails app to grails that uses oauth to push messages to Twitter. Any suggestions for groovy or java examples or opinions on the various libraries mentioned on the twitter site for java?

Upvotes: 1

Views: 4544

Answers (1)

jebcor
jebcor

Reputation: 141

I've used Twitter4J in the past to develop a Twitter App with pretty good results. However, I'm not sure how good its OAuth support is.

http://yusuke.homeip.net/twitter4j/en/index.html

Upvotes: 4

Related Questions