HEX
Server: Apache
System: Linux msm5694.mjhst.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: camjab_ssh (1000)
PHP: 5.3.29
Disabled: NONE
Upload Files
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