Hi all! I am trying to obtain the twitter stream inside processing. I know it is necessary to install the library twitter4j. I tried with this one: http://codasign.com/tutorials/processing-and-twitter/processing-and-twitter-getting-started/ (the one inside the blue link)...following the instructions for the installation.
Than I use the code at this link https://github.com/neufuture/SimpleTwitterStream/
but when I run the processing gives me an error...Apparently it cannot read the class TwitterStream.
Could someone help me to figure out what it is not correct in my procedure? Thank you