Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 415 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 415 Bytes

Twitter example

A few lines of code to demo how streaming works. To make it work on your machine, be sure to add a twitter4j.properties under src/main/resources that includes the following information:

oauth.consumerKey=***
oauth.consumerSecret=***
oauth.accessToken=***
oauth.accessTokenSecret=***

Visit apps.twitter.com to get your own API keys.