$twitterObj = new EpiTwitter($consumerKey, $consumerSecret, $oauthToken, $oauthSecret);
$creds = $twitterObj->get('/account/verify_credentials.json');
var_dump($creds->response);
- http://www.jaisenmathai.com/articles/twitter-php-sign-in.html
- http://www.jaisenmathai.com/articles/twitter-php-oauth.html
- http://www.1stwebdesigner.com/tutorials/twitter-app-oauth-php/
Jaisen Mathai jaisen-at-jmathai.com http://www.jaisenmathai.com |