Tuitter_Tweets

A list of the Tuitter_Tweet.

Examples

$tweets = $tuitter->getHomeTL();
foreach($tweets as $tweet){
  echo $tweet->text."\n";
}