Skip to content

Instantly share code, notes, and snippets.

@collegeman
Created June 7, 2010 11:28
Show Gist options
  • Save collegeman/428556 to your computer and use it in GitHub Desktop.
Save collegeman/428556 to your computer and use it in GitHub Desktop.
<?php
require('coreylib.php');
$api = new clAPI('http://api.twitter.com/1/statuses/mentions.xml');
$api->oAuth(
$consumer_key,
$consumer_secret,
$access_token,
$access_token_secret
);
$api->parse();
$api->info();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment