This browser does not have a Java Plug-in.
Get the latest Java Plug-in here.

This example shows how to load tweets from Twitter using an advanced search query. The feed is loaded in a TwitterFeeder object, which takes care of fetching the entries with the search() function and checking for updates at a given interval using the startUpdate() function. The example shows how to implement callbacks, in this case a function called once the feed has been loaded, and flags the application when ready to display tweets. Multiple callbacks are accessible in the Feeder object. You can consult the reference to find out what they are, but the code will be similar for all of them.

Source code: AdvancedTweet

Built with Processing