oyatel / twitter-async
此包最新版本(dev-master)没有提供许可证信息。
Twitter-async 是一个针对 Twitter OAuth API 的高性能包装器,提供并行/异步调用。关注 @apiclient 获取提交更新
dev-master
2012-03-26 20:12 UTC
This package is not auto-updated.
Last update: 2024-09-14 12:57:11 UTC
README
一个快速且异步的 PHP Twitter 库
外观
$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/