Re: [twitter-dev] Twitter Streaming API & blocked user

2011-05-23 Thread Cezar Sá Espinola
Hi Taylor, What about "no retweets from this user" information? I wasn't able to find an API call that would provide me this information, apparently it's not available inside the status or user objects either. -- Cezar Sá Espinola On Wed, May 18, 2011 at 11:30 AM, Taylor Singletary < taylorsing

Re: [twitter-dev] Twitter Streaming API & blocked user

2011-05-18 Thread Fabien Penso
Another one : It would be nice to have those events in the stream (new blocked user / removal of a blocked user) so we don't need to fetch those through the REST API once our streaming process is running. On Wed, May 18, 2011 at 10:27 AM, Fabien Penso wrote: > Thanks Taylor, > > I wish the strea

Re: [twitter-dev] Twitter Streaming API & blocked user

2011-05-18 Thread Fabien Penso
Thanks Taylor, I wish the streaming did, is that planned at all in the future? Don't want to code something if you guys are planning it soon :) On Wed, May 18, 2011 at 7:30 AM, Taylor Singletary wrote: > Hi Fabien, > The Streaming API/Site Streams/User Streams don't support certain kinds of > po

Re: [twitter-dev] Twitter Streaming API & blocked user

2011-05-18 Thread Taylor Singletary
Hi Fabien, The Streaming API/Site Streams/User Streams don't support certain kinds of post-filter user settings like blocked users/"no retweets from this user"/etc. -- if you want to provide that filtering, you can keep an index of the users they block and filter in real time. http://dev.twitter.

[twitter-dev] Twitter Streaming API & blocked user

2011-05-17 Thread Fabien Penso
Hi, I'm using the streaming API (sitestream) and one of my user @thecivvie blocked @fabientest but if @fabientest tweets, I see those tweets for @thecivvie coming. Is that an implementation bug, is it supposed to be like this, or have I missed something? Thanks. -- Twitter developer documentat

[twitter-dev] Twitter Streaming API Returning retweet_count and retweeted incorrectly?

2011-03-17 Thread Sendhil
Hey All, I built a a small ruby app using the TweetStream gem to monitor a few hash tags on twitter and have had it running inside a daemon without a problem for a week or two. Starting earlier this afternoon, for some reason, whenever a Tweet that's Retweeted comes in, the *retweeted_status*

Re: [twitter-dev] Twitter streaming API using oauth with tracks that have spaces?

2010-11-10 Thread Taylor Singletary
Think of it this way.. a valid POST body already must contain application/x-www-form-urlencoded encoded values for the body to be valid. Normalizing spaces to %20, and avoiding "+" is also a best practice. OAuth kicks in after you've already constructed a valid POST body. Here's an example of trac

Re: [twitter-dev] Twitter streaming API using oauth with tracks that have spaces?

2010-11-10 Thread Ciaran
Try ui-encoding them first, my understanding of the Twitter OAuth signature validation is that it is non-standard (although there appears to be debate about this) I suspect if you encode them first before signing the url it will start to work -cj. On Tue, Nov 9, 2010 at 6:11 PM, dan wrote: > I'v

[twitter-dev] Twitter streaming API using oauth with tracks that have spaces?

2010-11-09 Thread dan
I've been having trouble connecting to the streaming API using oauth if my tracks have spaces. I get 401s (unauthorized). In all cases, the same code works if the tracks don't have spaces. In Java: tried twitter4j (http://twitter4j.org/jira/browse/TFJ-420) and tweetstream4j (http://stackoverflow.c

Re: [twitter-dev] Twitter Streaming API rate limiting frequency-track

2010-08-26 Thread Karthik K
Thanks John, but my application needs to add/remove keywords on a regular basis, and i am planning an algorithm which does something like calculate current frequency for main account which is near approximation for the current time (calculating based on last 10 mins,1 hr,1 day frequencies) and

Re: [twitter-dev] Twitter Streaming API rate limiting frequency-track

2010-08-26 Thread John Kalucki
You can test new keywords with a default access account to get an idea of their velocity, then roll it into your main account. Exactitude isn't helpful, as word frequency varies as the tweet volume varies. The limit rates are fixed and have not changed in over a year. -John Kalucki http://twitter.

[twitter-dev] Twitter Streaming API rate limiting frequency-track

2010-08-25 Thread Karthik K
Hi, Since there is no per keyword rate limiting in streaming api, adding one keyword which gets lot of tweets can limit the data of low frequency keywords. What is the frequency at which data is limited at different access levels?Is it constant or keeps changing? If this is known we can find the fr

Re: [twitter-dev] Twitter Streaming API 401

2010-08-12 Thread John Kalucki
I can see from the logs that, on at least one occasion, your account was logging in too often and was login rate limited. Log in once and keep the connection open as long as possible. If you keep churning the connection, you'll get limited, and eventually banned. -John Kalucki http://twitter.com/j

[twitter-dev] Twitter Streaming API 401

2010-08-12 Thread benofsky
Hi, I'm getting a lot of 401 errors on the streaming api using the sample method. I am using basic authentication through the username clarity_li. I am backing off as suggested in the documentation, with an initial wait of 10 seconds, doubling each 4xx error and capping at 240 seconds. I can't wo

Re: [twitter-dev] Twitter streaming api

2010-08-05 Thread John Kalucki
Are you getting retweets of the specified users by other users? Please send an example query and an example tweet markup that was delivered, but shouldn't have been delivered. -John Kalucki http://twitter.com/jkalucki Twitter Inc. On Thu, Aug 5, 2010 at 5:03 PM, Idoshilon wrote: > I'm using th

[twitter-dev] Twitter streaming api

2010-08-05 Thread Idoshilon
I'm using the Twitter Streaming api (Ror & TwitterStream) , and I'm setting the client to follow a set of user accounts (using the account IDs). But it seems like I'm getting tweets from accounts I don't follow . Did anyone ever encounter this before ?

Re: [twitter-dev] Twitter Streaming API - Connection Refused

2010-07-09 Thread John Kalucki
I cannot reproduce this problem and the aggregate statistics on stream.twitter.com look normal. Please email your account, ip address, the exact time of an example failure in UTC, and also a sample curl -v run to api at twitter dot com. -John Kalucki http://twitter.com/jkalucki Twitter Inc. On F

[twitter-dev] Twitter Streaming API - Connection Refused

2010-07-09 Thread worksapp
Since early morning today(EST), we are not able to connect to streaming API - LinkHose. We are getting the following response to our connection: (111, 'Connection refused') Is anyone else facing similar issue? Thank you

[twitter-dev] Twitter Streaming API

2009-09-03 Thread anthony steven
Dear All, How could I use the streaming API Documentation (firehose)? Because when I try to use that API, I always get Authentication Error. Is there any way/procedure that I should follow? Regards, Anthony