ssx / twitter-async
Twitter-async 是一个高性能的 Twitter OAuth API 包装器,提供并行/异步调用。
dev-master
2018-02-09 09:28 UTC
Requires
- ext-curl: *
This package is not auto-updated.
Last update: 2024-09-24 16:30:04 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/