Skip to content

Instantly share code, notes, and snippets.

@eyedol
Created April 5, 2013 12:58
Show Gist options
  • Save eyedol/5319098 to your computer and use it in GitHub Desktop.
Save eyedol/5319098 to your computer and use it in GitHub Desktop.
$tweet = json_decode($twitter_json);
foreach( $tweet->statuses as $status )
{
print $status->user->screen_name.'<br />';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment