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

[twitter-dev] Twitter Streaming API blocked user

2011-05-18 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

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.

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 taylorsinglet...@twitter.com wrote: Hi Fabien, The Streaming API/Site Streams/User Streams don't

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 fabienpe...@gmail.com wrote: Thanks Taylor,

[twitter-dev] Twitter Streaming Track API expanded urls

2011-04-08 Thread Folke Lemaitre
Hi, I've noticed that the streaming api does not return statuses where one of the track keywords only matches the expanded url. We can also see that in the entities object attached to a status update, the expanded_url is mostly empty (which is not a big issue for us since we do the expanding

[twitter-dev] Twitter Streaming Question ...Automating getting by KW - Cron Job

2011-04-03 Thread Digga
How should I set up a cron job for twitter stream? I have a php file that consumes and adds data to database ... f(! ($line = stream_get_line($instream, 2, \n))) { What would be the best way to put that on a cron job, will this go infinite if I put it on a schedule, or do I need to run the

Re: [twitter-dev] Twitter Streaming Question ...Automating getting by KW - Cron Job

2011-04-03 Thread Augusto Santos
User http://code.google.com/p/phirehose/ as deamon. No cron job needed. On Sun, Apr 3, 2011 at 2:05 AM, Digga digga...@gmail.com wrote: How should I set up a cron job for twitter stream? I have a php file that consumes and adds data to database ... f(! ($line = stream_get_line($instream,

[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 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

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

[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

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

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

[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

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

[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

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 idoshi...@gmail.com

[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

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

Re: [twitter-dev] Twitter Streaming + Geo = 4square Vision

2010-04-11 Thread znmeb
- Chad Etzel jazzyc...@gmail.com wrote: Nice username grab, raffi! Also, nice lib. I wonder what awesome thing this could be used for testing... :) I'm doing a significant bit of stream pre-processing on the backend before pushing stuff to the browser (it would probably crush most

Re: [twitter-dev] Twitter Streaming + Geo = 4square Vision

2010-04-11 Thread Raffi Krikorian
We could just be running JavaScript in V8, for all you know :p On Apr 11, 2010, at 1:15 PM, zn...@comcast.net wrote: - Chad Etzel jazzyc...@gmail.com wrote: Nice username grab, raffi! Also, nice lib. I wonder what awesome thing this could be used for testing... :) I'm doing a

Re: [twitter-dev] Twitter Streaming + Geo = 4square Vision

2010-04-11 Thread znmeb
- Raffi Krikorian ra...@twitter.com wrote: We could just be running JavaScript in V8, for all you know :p Yeah ... and if I didn't have half a dozen other hobbies, I'd write an R language engine for the Java Virtual Machine that would run the pants off the native one. ;-) -- M. Edward

[twitter-dev] Twitter Streaming + Geo = 4square Vision

2010-04-10 Thread Chad Etzel
Hey all, Remember TwitterVision? As a break from the current flame threads, here is something I threw together today on my day off to show at least one thing that I don't think Twitter will implement itself. Mahsup: Twitter Streaming API, Twitter Geo data, Foursquare API (more like

Re: [twitter-dev] Twitter Streaming + Geo = 4square Vision

2010-04-10 Thread Raffi Krikorian
hotness! one thing that may be of use: http://github.com/r/twstreamer On Sat, Apr 10, 2010 at 7:48 PM, Chad Etzel jazzyc...@gmail.com wrote: Hey all, Remember TwitterVision? As a break from the current flame threads, here is something I threw together today on my day off to show at least

Re: [twitter-dev] Twitter Streaming + Geo = 4square Vision

2010-04-10 Thread Raffi Krikorian
yeah - definitely proof of concept and useful for prototyping and experimenting. http://r.github.com/twstreamer/ http://r.github.com/twstreamer/ On Sat, Apr 10, 2010 at 8:11 PM, Chad Etzel jazzyc...@gmail.com wrote: Nice username grab, raffi! Also, nice lib. I wonder what awesome thing this

[twitter-dev] Twitter streaming

2009-12-11 Thread ModelMonkey
Is it possible to access Twitter streams of a user when oauth authenticated?

Re: [twitter-dev] Twitter streaming

2009-12-11 Thread John Kalucki
Not just yet. OAuth support is planned for the Streaming API though. On Fri, Dec 11, 2009 at 3:32 AM, ModelMonkey puli...@gmail.com wrote: Is it possible to access Twitter streams of a user when oauth authenticated?