views:

476

answers:

1

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?

+3  A: 

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

jebcor
Thanks, I'll check it out.
Andrew
I got its oauth support to work just fine.
Andrew