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

This example shows how to load tweets from a simple Twitter search. The feed is loaded in a TwitterFeeder object, which takes care of fetching the entries with the load() 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, which flags the application when it is 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: SelfTweet

Built with Processing