English 中文(简体)
阅读前线用户时间表时不 o,但速度限制在我的申请上
原标题:Read twitter user timeline without oauth but with rate limiting on my application
  • 时间:2012-05-04 06:00:07
  •  标签:
  • twitter

基本上,我想要做的是要求用户公开时限(包括复信),而不必使用认证,但费率仅限于我的申请,而不是IP。

我想提出这一要求(针对几个不同的屏幕名称):

http://api.twitter.com/1/statuses/user_timeline.json?screen_name=stephenfry&include_rts=1&trim_user=1

我在一份代理/防火墙后面,这基本上导致数以千计的用户分享同样的IP,这意味着我的右翼几乎总是受限。 能否在请求中添加我的APIC关键内容(标题、部分提问说明),并且其速度受到限制,而不是限制政府。

我确实不想通过每个用户的全权认证机制,因为这需要他们的互动,我只想阅读他们的公开信息。

我已经对 t子进行了地方检查,因此,它最多每小时/用户名提出4项要求,但是,如果从一开始,总价格就会受到限制,这没有什么好处。

能否做到这一点,如果是,我会怎样做?

Edit(以英语发言):我还要指出,使用“搜索工具”是不可能的,因为它不会为某些用户退回任何信条(信条太老)。

最佳回答

推特·普森没有一种仅适用的身份。 为了提出经认证的请求,你必须有一个用户背景。 如果您的融合纯粹是服务器,你就可以利用代表你自己的账户的单一渠道,以这种方式签署、认证的请求。 我不建议在客户或分布环境中出现任何类型的硬编码症状。 您不妨研究如何使用简化格式,并跟踪过滤器,以便你能够实时将特定用户的公用信带上。

问题回答

暂无回答




相关问题
Understanding Twitter API s "Cursor" parameter

I don t really get how to use the Curesor parameter in Twitter s API, for an exmaple - here. Am I supposed to make a new API call for each 100 followers? I d love it if someone could provide a PHP ...

Cannot get Twitter-OAuth-iPhone to work

demo works as expected, no problems. But now I m trying to integrate it into my project. I use no xib-s, code only: OAuthTwitterDemoViewController *vc = [[OAuthTwitterDemoViewController alloc] init]; ...

Creating a constantly updating feed like Twitter

I d like to have something in my app that is just like Twitter but not Twitter. Basically it will be a place people can submit messages and do not need an account. They only way they can submit is ...

RegEx: Link Twitter-Name Mentions to Twitter in HTML

I want to do THIS, just a little bit more complicated: Lets say, I have an HTML input: <a href="http://www.example.com" title="Bla @test blubb">Don t break!</a> Some Twitter Users: @...

twitter status update using tweetsharp oauth preview 17

I am trying to update the status using tweetsharp oauth preview 17. Please let me know how ?. I tried this code var msg = FluentTwitter.CreateRequest() .AuthenticateWith(_consumerKey, ...

How to test the twitter API locally?

I m trying to write a web application that would use Twitter via OAuth. I run my local server as localhost , so I need the callback URL to be something like http://localhost/something/twitter.do ...

Get follower count on Twitter API search results

What I m trying to do is pull some search results, and sort them by users. Right now I m using $to->OAuthRequest( http://search.twitter.com/search.json , array( q => search-term ), GET ); to ...

热门标签