10 Twitter API Tutorials.
Twitter is all the rage amongst internet users and web developers alike. These 10 tutorials will help you develop your killer Twitter app. Enjoy!
1. How to Get Started with the Twitter API
A pretty good intro using the php-twitter class to pull in data from Twitter in various ways. This includes fetching Twitter timelines and conducting searches.

Detailed instructions on how to use php, curl and xml to get the latest followers tweets for display purposes.

3. Using the Twitter API, Cache Your ‘Tweets’ in PHP (TwitterCacher)
Instructions on how to use PHP to fetch tweets and TwitterCacher to cache tweets for easy retrieval.

4. Twitter API: How to create a stream of messages Monitter-like with PHP and jQuery
Nice usage of the Twitter search api and JQuery to dynamically create a stream of messages.

5. jQuery – PHP & Ajax with the Twitter API
Another good tutorial on using PHP, curl and JQuery to fetch and display twitter messages.

6. How to Use C# for Twittering
This post details how to install the proper C# libraries to use with the Twitter api, and how to post messages directly to Twitter.

An excellent tutorial on how to integrate the Twitter API as a messaging service into your Java applications.

8. Zend Framework and the Twitter API
How to use the Zend Framework to post messages on Twitter.

9. How to quickly integrate with Twitter’s OAuth API using PHP
Using the Twitter OAuth protocol and php to authenticate Twitter users on your website.

10. ActionScript and the Twitter API, Simplified
Integrate the Twitter API into your Flash and Flex applications with ActionScript.
