Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How should I use Twitter API in java?

Tags:

twitter

I want to develop a web application that uses the Twitter API.

Where can i find examples

thanks for replay. I have downloaded an app from this site - github.com/yusuke/sign-in-with-twitter I have deployed and its running, but its giving javax.el.PropertyNotFoundException: Property 'userId' not found on type twitter4j.Twitter this exception after giving log in credentials in twitter log in site. thanks in advance.

i am not able to resolve this issue. can anybody help on this

like image 827
BheemK Avatar asked Jul 28 '10 10:07

BheemK


1 Answers

Search for 'twitter api java examples' in Google and you'll find plenty of examples.

See http://blog.richardadamdean.com/?p=89 for an example using Twitter4J.

As a connection library, you could use

  • Twitter4J on http://twitter4j.org/
  • java-twitter on http://code.google.com/p/java-twitter/
  • JTwitter on http://www.winterwell.com/software/jtwitter.php
like image 92
MvanGeest Avatar answered Oct 12 '22 08:10

MvanGeest