Re: [twitter-dev] Re: Site Streams

2011-07-06 Thread Taylor Singletary
Orian, It's just that one shouldn't go to production without checking in with us first right now so we can make sure the capacity outlook is good. We're getting closer to increased capacity on Site Streams, but until then we're cautious with additional production consumers, especially with larger

[twitter-dev] Re: Site Streams

2011-07-06 Thread Mark Krieger
We are doing this in a VERY controlled way, where the switch from REST API to Site Streams (and back) is very simple as needed in our application. Also, the users who get Site Streams are VERY few, and are aware of it. So far, so good, we are doing very well with it. It has been up for many days,

[twitter-dev] Re: Site Streams

2011-07-06 Thread Mark Krieger
Taylor, Our user base for this is very small, only a tiny fraction selected for the test... Mark On Jul 6, 9:47 am, Taylor Singletary taylorsinglet...@twitter.com wrote: Orian, It's just that one shouldn't go to production without checking in with us first right now so we can make sure the

[twitter-dev] Re: Site Streams

2011-07-06 Thread Orian Marx
Thanks for the clarification. On Jul 6, 9:47 am, Taylor Singletary taylorsinglet...@twitter.com wrote: Orian, It's just that one shouldn't go to production without checking in with us first right now so we can make sure the capacity outlook is good. We're getting closer to increased capacity

[twitter-dev] Re: Site Streams

2011-07-06 Thread Orian Marx
Good to hear. I look forward to when I have the time / resources to start working with it. Thanks. On Jul 6, 7:47 pm, Mark Krieger markskrie...@gmail.com wrote: We are doing this in a VERY controlled way, where the switch from REST API to Site Streams (and back) is very simple as needed in our

[twitter-dev] Re: Site Streams

2011-07-05 Thread Orian Marx
Mark, this is a great post, thanks for taking the time to write it up. What I'm curious about is that I believe Site Streams is still in beta and not supposed to be used in a production environment according to Twitter. Has it been stable for you? On Jun 28, 12:24 pm, Mark Krieger

[twitter-dev] Re: Site Streams beta update

2011-05-05 Thread Charles
Hi Taylor, I wanted to ask about the possibility of finding out about the status of our application to the Site Streams beta. We submitted it on March 24th and have heard nothing back. If you require more information we're happy to provide it, but since we've heard nothing back at all after

Re: [twitter-dev] Re: Site Streams beta update

2011-04-21 Thread Taylor Singletary
Hi Mohan, It's unclear at this time if track/filter will become part of Site Streams or not. Site Streams is really focused on the equivalent of home_timeline, mentions, and associated social events for users. It's still best to use a separate connection to the streaming API to perform long-term

[twitter-dev] Re: Site Streams beta update

2011-04-19 Thread Mohan Arun
Site Streams does not support any of the search/track features of the User Streams, so if your application requires these capabilities, Site Streams may not be the right fit. Are there plans for Site Streams to support search/track features in the future? What if you want to filter by a search

[twitter-dev] Re: Site Streams follow problem

2011-03-04 Thread Rich
Oh I should add if I use this same code minus the follow parameter and connect to UserStreams it works fine On Mar 4, 10:35 am, Rich rhyl...@gmail.com wrote: Hi there I'm trying to implement site streams, I've been white listed on the account that my users are authenticated against and prior

[twitter-dev] Re: Site Streams Beta - Endpoint change to sitestream.twitter.com

2011-02-22 Thread John Kalucki
Note that Site Streams is still in a beta test. We're just moving endpoints around for other projects. Sorry for any confusion. -John On Tue, Feb 22, 2011 at 2:15 PM, John Kalucki j...@twitter.com wrote: Please change your Site Streams beta clients to point to sitestream.twitter.com and not

Re: [twitter-dev] Re: Site Streams Beta - Endpoint change to sitestream.twitter.com

2011-02-22 Thread Yusuke Yamamoto
Hi, Is the new endpoint https://stream.twitter.com/2b/ ? or https://stream.twitter.com/2/? -- Yusuke Yamamoto yus...@mac.com this email is: [x] bloggable/tweetable [ ] private follow me on : http://twitter.com/yusukeyamamoto subscribe me at : http://samuraism.jp/ On Feb 23, 2011, at 07:23 ,

Re: [twitter-dev] Re: Site Streams Beta - Endpoint change to sitestream.twitter.com

2011-02-22 Thread Yusuke Yamamoto
Oops, I was pointing stream.twitter.com instead of sitestream.twitter.com. http://sitestream.twitter.com/2b/ works fine. Thanks, -- Yusuke Yamamoto yus...@mac.com this email is: [x] bloggable/tweetable [ ] private follow me on : http://twitter.com/yusukeyamamoto subscribe me at :

[twitter-dev] Re: Site Streams - Unfollow Events?

2010-10-01 Thread Justin
It sounds like it's the same (NO) for both: Friendship Events Created - To you, from you Deleted - From you So, unfollow events from you not to you as the target. There doesn't seem to be any way to tell when someone stops following other than using the rest API to check followers and compare it

Re: [twitter-dev] Re: Site Streams - Unfollow Events?

2010-10-01 Thread Tom van der Woerdt
Correct. I'd like to add an additional question to this thread: what about list events? The docs say that they get sent, but they don't. http://dev.twitter.com/pages/user_streams Tom On 10/1/10 7:46 PM, Justin wrote: It sounds like it's the same (NO) for both: Friendship Events Created -

Re: [twitter-dev] Re: Site Streams - Unfollow Events?

2010-10-01 Thread John Kalucki
List modifications are streamed as social events. The lists themselves are not streamed. -John On Fri, Oct 1, 2010 at 11:01 AM, Tom van der Woerdt i...@tvdw.eu wrote: Correct. I'd like to add an additional question to this thread: what about list events? The docs say that they get sent, but

Re: [twitter-dev] Re: Site Streams - Unfollow Events?

2010-10-01 Thread Tom van der Woerdt
I tried, but I didn't see anything. Adding a new user to one of my lists didn't send anything, and removing didn't either. Haven't been able to test this outside my app, although I doubt that it's my code (it simply outputs all incoming data to debug). Tried with cURL but got an error about Basic

Re: [twitter-dev] Re: Site Streams - Unfollow Events?

2010-10-01 Thread John Kalucki
I just verified with curl and it worked fine. ? -John On Fri, Oct 1, 2010 at 2:02 PM, Tom van der Woerdt i...@tvdw.eu wrote: I tried, but I didn't see anything. Adding a new user to one of my lists didn't send anything, and removing didn't either. Haven't been able to test this outside my

Re: [twitter-dev] Re: Site Streams - Unfollow Events?

2010-10-01 Thread Thomas Mango
I'm seeing list modification events in my Site Streams. The list events I've seen are are list_member_added, list_member_removed and list_created. Tom van der Woerdt wrote: I tried, but I didn't see anything. Adding a new user to one of my lists didn't send anything, and removing didn't

Re: [twitter-dev] Re: Site Streams - Unfollow Events?

2010-10-01 Thread Tom van der Woerdt
I just tried again (last time I tried is about 12 hours ago) and I am getting the notifications now. Thanks. Tom On 10/1/10 11:05 PM, John Kalucki wrote: I just verified with curl and it worked fine. ? -John On Fri, Oct 1, 2010 at 2:02 PM, Tom van der Woerdt i...@tvdw.eu wrote: I

Re: [twitter-dev] Re: Site Streams - Unfollow Events?

2010-09-30 Thread Tim Haines
Favstar offers a different UI based on whether you're following someone or not, and different services based on whether you're following @favstar or not. If site streams provided unfollow data it would make it extremely easy to keep the relationship info up to date. OneForty.com was also

[twitter-dev] Re: Site Streams - Unfollow Events?

2010-09-30 Thread tsmango
Hey, John. There are a few reasons I'm interested in unfollow events in Site Streams, but Tim got to the real point: it would make it extremely easy to keep the relationship info up to date. * My service shows you the latest tweet, matching specific criteria, from each person you follow.

Re: [twitter-dev] Re: Site Streams - Unfollow Events?

2010-09-30 Thread John Kalucki
Thanks both for your responses. -John On Thu, Sep 30, 2010 at 6:12 AM, tsmango tsma...@gmail.com wrote: Hey, John. There are a few reasons I'm interested in unfollow events in Site Streams, but Tim got to the real point: it would make it extremely easy to keep the relationship info up to

Re: [twitter-dev] Re: Site Streams - Unfollow Events?

2010-09-30 Thread M. Edward (Ed) Borasky
As long as we're wishing, I'd like to get a notification when someone blocks me. ;-) -- M. Edward (Ed) Borasky http://borasky-research.net http://twitter.com/znmeb A mathematician is a device for turning coffee into theorems. - Paul Erdos -- Twitter developer documentation and resources:

[twitter-dev] Re: Site Streams - Unfollow Events?

2010-09-30 Thread tsmango
Hi, Ed. Block and unblock events are already being delivered in the Site Stream. Very useful! On Sep 30, 12:30 pm, M. Edward (Ed) Borasky zn...@borasky- research.net wrote: As long as we're wishing, I'd like to get a notification when someone   blocks me. ;-) -- M. Edward (Ed)

Re: [twitter-dev] Re: Site Streams - Unfollow Events?

2010-09-30 Thread Mark McBride
Note that block/unblock events are delivered to the person creating or destroying the block (the source of the action), *not* the target of the action.    ---Mark http://twitter.com/mccv On Thu, Sep 30, 2010 at 9:31 AM, tsmango tsma...@gmail.com wrote: Hi, Ed. Block and unblock events are

Re: [twitter-dev] Re: Site Streams - Unfollow Events?

2010-09-30 Thread M. Edward (Ed) Borasky
Site Streams only or User Streams? I'm developing around User Streams. -- M. Edward (Ed) Borasky http://borasky-research.net http://twitter.com/znmeb A mathematician is a device for turning coffee into theorems. - Paul Erdos Quoting tsmango tsma...@gmail.com: Hi, Ed. Block and unblock events

[twitter-dev] Re: Site Streams - Unfollow Events?

2010-09-30 Thread tsmango
Ah, I apologize. I missed that. I saw block/unblock events come in during my tests, I didn't realize they were directed at the source rather than the target. On Sep 30, 12:59 pm, Mark McBride mmcbr...@twitter.com wrote: Note that block/unblock events are delivered to the person creating or

[twitter-dev] Re: Site Streams - Unfollow Events?

2010-09-29 Thread tsmango
Ah I wasn't able to find that. It's a shame if true. Thanks for the information. On Sep 29, 6:05 pm, Tim Haines tmhai...@gmail.com wrote: Seen this answered about 1 - 2 weeks ago.  Answer is no. On Thu, Sep 30, 2010 at 6:23 AM, tsmango tsma...@gmail.com wrote: I was hoping for some

Re: [twitter-dev] Re: Site Streams - Unfollow Events?

2010-09-29 Thread John Kalucki
Please describe your use case for unfollows on Site Streams... -John Kalucki http://twitter.com/jkalucki Twitter, Inc. On Wed, Sep 29, 2010 at 5:09 PM, tsmango tsma...@gmail.com wrote: Ah I wasn't able to find that. It's a shame if true. Thanks for the information. On Sep 29, 6:05 pm, Tim

[twitter-dev] Re: Site streams and privacy

2010-08-30 Thread jmathai
John, I know it doesn't introduce anything new (per my original post). I had a hard time coming up with an example but here's the best I could do. When I authorize application FOO to access my account I am giving them permission to poll for my direct messages. [Agreed] I am also giving them

[twitter-dev] Re: Site streams and privacy

2010-08-30 Thread jmathai
On Aug 30, 12:59 pm, M. Edward (Ed) Borasky zn...@borasky- research.net wrote: That's part of an application developer's responsibility - to make it   clear what your application *does* on behalf of a user and how users   can detect when it does something it *shouldn't* do. And yes, very few  

Re: [twitter-dev] Re: Site streams and privacy

2010-08-30 Thread M. Edward (Ed) Borasky
Quoting jmathai jmat...@gmail.com: On Aug 30, 12:59 pm, M. Edward (Ed) Borasky zn...@borasky- research.net wrote: That's part of an application developer's responsibility - to make it   clear what your application *does* on behalf of a user and how users   can detect when it does something it