Pull multiple tweets from a Twitter user using PHP and the Search API! In part one of this tutorial we have a script that allows us to pull the latest tweet from a Twitter user via the RSS feed that is produced by Twitter. We are also able to set a prefix and a suffix for the tweet for further customization. In part two we are going to introduce two more prefix and suffix variables along with the ability to pull numerous tweets. With limits set in the Twitter API, we can pull anywhere from 1 to 100. Though it is nice to be able to pull so many, we have to remember that the more we pull, the longer it will take for this script to generate its content.
Coding Library:
PHP
More Twitter Resources:

