Created
June 16, 2012 16:56
-
-
Save MikeRogers0/2941929 to your computer and use it in GitHub Desktop.
Twitter OAuth Class 1.0 Released
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$t->mentions(); | |
?> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$t->getTimeline('Rogem002'); | |
?> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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