【问题标题】:Using Zend_Service_Twitter to fetch last tweets from a user without using OAuth?使用 Zend_Service_Twitter 从用户那里获取最后的推文而不使用 OAuth?
【发布时间】:2012-09-29 05:36:11
【问题描述】:

据我所知,Twitter API 应该在没有 API 密钥且不通过 OAuth 连接的情况下以较小的限制速率可用。

有没有办法简单地通过 Zend_Service_Twitter 使用它?还是我会结束解析某种类型的提要:https://twitter.com/statuses/user_timeline/12345.json?callback=twitterCallback2&count=1

【问题讨论】:

    标签: zend-framework twitter


    【解决方案1】:

    其他question同样的答案:

        $twitter_search = new Zend_Service_Twitter_Search('json');
        $response = $twitter_search->search('from:twitter_handle');
        print_r($response);die;
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2017-03-06
      • 1970-01-01
      • 1970-01-01
      • 2014-02-19
      • 1970-01-01
      • 2020-05-22
      • 2015-07-17
      相关资源
      最近更新 更多