File: /home/httpd/html/baretube.com.new/includes/twitter/tmp/README.markdown
Twitter-async (PHP)
=======================
#### A fast and asynchronous PHP Twitter library
----------------------------------------
### How it looks
$twitterObj = new EpiTwitter($consumerKey, $consumerSecret, $oauthToken, $oauthSecret);
$creds = $twitterObj->get('/account/verify_credentials.json');
var_dump($creds->response);
### Documentation:
* http://www.jaisenmathai.com/articles/twitter-async-documentation.html
### Live Example
* http://www.jaisenmathai.com/sign_in_with_twitter/start.php
### Blogs
* 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/
### Authors
<table>
<tr>
<td><img src="http://www.gravatar.com/avatar/e4d1f099d40e3b453be3355349b90457?s=60"></td><td valign="middle">Jaisen Mathai<br>jaisen-at-jmathai.com<br><a href="http://www.jaisenmathai.com">http://www.jaisenmathai.com</a></td>
</tr>
</table>
#### Contributions from
* https://github.com/arikfr
* https://github.com/ericmmartin
* https://github.com/tahpot
* https://github.com/dingram
* https://github.com/ngnpope