Skip to content

Instantly share code, notes, and snippets.

@MikeRogers0
Created June 16, 2012 16:56
Show Gist options
  • Save MikeRogers0/2941929 to your computer and use it in GitHub Desktop.
Save MikeRogers0/2941929 to your computer and use it in GitHub Desktop.
Twitter OAuth Class 1.0 Released
<?php
$t->mentions();
?>
<?php
$t->getTimeline('Rogem002');
?>
<?php
$t->updateStatus('Messing about with my Twitter API script');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment