https://github.com/jmathai/twitter-async
Twitter-async is a high performance wrapper for Twitter's OAuth API which provides parallel/asynchronous calls. Follow @apiclient for commit updates.
https://github.com/jmathai/twitter-async
Last synced: 11 months ago
JSON representation
Twitter-async is a high performance wrapper for Twitter's OAuth API which provides parallel/asynchronous calls. Follow @apiclient for commit updates.
- Host: GitHub
- URL: https://github.com/jmathai/twitter-async
- Owner: jmathai
- License: other
- Archived: true
- Created: 2009-05-09T00:27:22.000Z (about 17 years ago)
- Default Branch: master
- Last Pushed: 2017-06-01T16:37:23.000Z (about 9 years ago)
- Last Synced: 2024-05-06T05:25:10.653Z (about 2 years ago)
- Language: HTML
- Homepage: http://wiki.github.com/jmathai/twitter-async
- Size: 754 KB
- Stars: 533
- Watchers: 25
- Forks: 125
- Open Issues: 49
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
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
Jaisen Mathai
jaisen-at-jmathai.com
http://www.jaisenmathai.com
#### Contributions from
* https://github.com/arikfr
* https://github.com/ericmmartin
* https://github.com/tahpot
* https://github.com/dingram
* https://github.com/ngnpope