Re: [twitter-dev] Streaming Unfollow events through Site Streams

2011-01-21 Thread Tim Haines
David, what you're seeing is what I'm seeing too - and it's what I'd expect
to see.

On Fri, Jan 21, 2011 at 6:25 AM, David dtran...@gmail.com wrote:

 Should we be seeing unfollow events for both when our tracked user is the
 source and the target? I'm only seeing unfollow events where the tracked
 user is doing the unfollowing.

 Best,
 David

 --
 Twitter developer documentation and resources: http://dev.twitter.com/doc
 API updates via Twitter: http://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 http://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk


-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] Streaming Unfollow events through Site Streams

2011-01-20 Thread David
Should we be seeing unfollow events for both when our tracked user is the 
source and the target? I'm only seeing unfollow events where the tracked 
user is doing the unfollowing.

Best,
David

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] Streaming Unfollow events through Site Streams

2011-01-19 Thread Tim Haines
Unfollow events have been turned back on.

On Wed, Jan 19, 2011 at 4:10 PM, Yusuke Yamamoto yus...@mac.com wrote:

 Thanks for your prompt response!
 --
 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 Jan 19, 2011, at 16:04 , Tim Haines wrote:

 Yes, I expect so.

 On Wed, Jan 19, 2011 at 2:51 PM, Yusuke Yamamoto yus...@mac.com wrote:

 Twitter4J already supports the feature.
 http://twitter4j.org/jira/browse/TFJ-529

 Will the it come back later?
 --
 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 Jan 19, 2011, at 14:33 , Tim Haines wrote:

 Just incase anyone else is playing with these, the unfollow events were
 just removed (deploy was rolled back).

 On Wed, Jan 19, 2011 at 5:14 AM, Matt Harris 
 thematthar...@twitter.comwrote:

 Hey everyone,

 Starting today we will be streaming unfollow events through Site Streams.
 These events are being streamed to allow you to keep the social graph of
 your users current without the need to query the REST API.

 We require that you only surface actions that are organically displayed
 on Twitter. This means, for example, executing the unfollow and delete
 actions but not publicly displaying them to end users. (Section II.4.B of
 the API Terms of Service - http://dev.twitter.com/pages/api_terms ).
 The event will be the same format as follow except the event type will
 be unfollow. For example:

 {
 for_user: 123456,
 message: {
 created_at: Thu Jan 12 21:55:04 + 2011,
 target: {
 user object for user 123456 - the person being unfollowed
 },
 event: unfollow,
 source: {
 user object for user 987654 - the user unfollowing the
 target
 },
 }
 }

 Best,
 @themattharris
 Developer Advocate, Twitter
 http://twitter.com/themattharris

 --
 Twitter developer documentation and resources:
 http://dev.twitter.com/doc
 API updates via Twitter: http://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 http://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk



 --
 Twitter developer documentation and resources: http://dev.twitter.com/doc
 API updates via Twitter: http://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 http://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk



 --
 Twitter developer documentation and resources: http://dev.twitter.com/doc
 API updates via Twitter: http://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 http://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk



 --
 Twitter developer documentation and resources: http://dev.twitter.com/doc
 API updates via Twitter: http://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 http://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk


  --
 Twitter developer documentation and resources: http://dev.twitter.com/doc
 API updates via Twitter: http://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 http://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk


-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Streaming Unfollow events through Site Streams

2011-01-18 Thread Matt Harris
Hey everyone,

Starting today we will be streaming unfollow events through Site Streams.
These events are being streamed to allow you to keep the social graph of
your users current without the need to query the REST API.

We require that you only surface actions that are organically displayed on
Twitter. This means, for example, executing the unfollow and delete actions
but not publicly displaying them to end users. (Section II.4.B of the API
Terms of Service - http://dev.twitter.com/pages/api_terms ).
The event will be the same format as follow except the event type will be
unfollow. For example:

{
for_user: 123456,
message: {
created_at: Thu Jan 12 21:55:04 + 2011,
target: {
user object for user 123456 - the person being unfollowed
},
event: unfollow,
source: {
user object for user 987654 - the user unfollowing the target
},
}
}

Best,
@themattharris
Developer Advocate, Twitter
http://twitter.com/themattharris

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] Streaming Unfollow events through Site Streams

2011-01-18 Thread M. Edward (Ed) Borasky
On Tue, 18 Jan 2011 12:14:41 -0800, Matt Harris 
thematthar...@twitter.com wrote:

Hey everyone,

Starting today we will be streaming unfollow events through Site
Streams. These events are being streamed to allow you to keep the
social graph of your users current without the need to query the REST
API.  

We require that you only surface actions that are organically
displayed on Twitter. This means, for example, executing the unfollow
and delete actions but not publicly displaying them to end users.
(Section II.4.B of the API Terms of Service -
http://dev.twitter.com/pages/api_terms [1] ).
The event will be the same format as follow except the event type
will be unfollow. For example:

{
    for_user: 123456,
    message: {
        created_at: Thu Jan 12 21:55:04 + 2011,
        target: {
            
        },
        event: unfollow,
        source: {
            
        },
    }
}

Best,
@themattharrisDeveloper Advocate, Twitter
http://twitter.com/themattharris [2]

 --
 Twitter developer documentation and resources:
http://dev.twitter.com/doc [3]
 API updates via Twitter: http://twitter.com/twitterapi [4]
 Issues/Enhancements Tracker:
http://code.google.com/p/twitter-api/issues/list [5]
 Change your membership to this group:
http://groups.google.com/group/twitter-development-talk [6]


Links:
--
[1] http://dev.twitter.com/pages/api_terms
[2] http://twitter.com/themattharris
[3] http://dev.twitter.com/doc
[4] http://twitter.com/twitterapi
[5] http://code.google.com/p/twitter-api/issues/list
[6] http://groups.google.com/group/twitter-development-talk


Can this also be added to User Streams?
--
http://twitter.com/znmeb http://borasky-research.net

A mathematician is a device for turning coffee into theorems. -- Paul 
Erdős


--
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] Streaming Unfollow events through Site Streams

2011-01-18 Thread Tim Haines
Just incase anyone else is playing with these, the unfollow events were just
removed (deploy was rolled back).

On Wed, Jan 19, 2011 at 5:14 AM, Matt Harris thematthar...@twitter.comwrote:

 Hey everyone,

 Starting today we will be streaming unfollow events through Site Streams.
 These events are being streamed to allow you to keep the social graph of
 your users current without the need to query the REST API.

 We require that you only surface actions that are organically displayed on
 Twitter. This means, for example, executing the unfollow and delete actions
 but not publicly displaying them to end users. (Section II.4.B of the API
 Terms of Service - http://dev.twitter.com/pages/api_terms ).
 The event will be the same format as follow except the event type will be
 unfollow. For example:

 {
 for_user: 123456,
 message: {
 created_at: Thu Jan 12 21:55:04 + 2011,
 target: {
 user object for user 123456 - the person being unfollowed
 },
 event: unfollow,
 source: {
 user object for user 987654 - the user unfollowing the target
 },
 }
 }

 Best,
 @themattharris
 Developer Advocate, Twitter
 http://twitter.com/themattharris

 --
 Twitter developer documentation and resources: http://dev.twitter.com/doc
 API updates via Twitter: http://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 http://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk


-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] Streaming Unfollow events through Site Streams

2011-01-18 Thread Yusuke Yamamoto
Twitter4J already supports the feature.
http://twitter4j.org/jira/browse/TFJ-529

Will the it come back later?
-- 
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 Jan 19, 2011, at 14:33 , Tim Haines wrote:

 Just incase anyone else is playing with these, the unfollow events were just 
 removed (deploy was rolled back).
 
 On Wed, Jan 19, 2011 at 5:14 AM, Matt Harris thematthar...@twitter.com 
 wrote:
 Hey everyone,
 
 Starting today we will be streaming unfollow events through Site Streams. 
 These events are being streamed to allow you to keep the social graph of your 
 users current without the need to query the REST API.  
 
 We require that you only surface actions that are organically displayed on 
 Twitter. This means, for example, executing the unfollow and delete actions 
 but not publicly displaying them to end users. (Section II.4.B of the API 
 Terms of Service - http://dev.twitter.com/pages/api_terms ).
 The event will be the same format as follow except the event type will be 
 unfollow. For example:
 
 {
 for_user: 123456,
 message: {
 created_at: Thu Jan 12 21:55:04 + 2011,
 target: {
 user object for user 123456 - the person being unfollowed
 },
 event: unfollow,
 source: {
 user object for user 987654 - the user unfollowing the target
 },
 }
 }
 
 Best,
 @themattharris
 Developer Advocate, Twitter
 http://twitter.com/themattharris
 
 -- 
 Twitter developer documentation and resources: http://dev.twitter.com/doc
 API updates via Twitter: http://twitter.com/twitterapi
 Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
 Change your membership to this group: 
 http://groups.google.com/group/twitter-development-talk
 
 
 -- 
 Twitter developer documentation and resources: http://dev.twitter.com/doc
 API updates via Twitter: http://twitter.com/twitterapi
 Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
 Change your membership to this group: 
 http://groups.google.com/group/twitter-development-talk

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] Streaming Unfollow events through Site Streams

2011-01-18 Thread Tim Haines
Yes, I expect so.

On Wed, Jan 19, 2011 at 2:51 PM, Yusuke Yamamoto yus...@mac.com wrote:

 Twitter4J already supports the feature.
 http://twitter4j.org/jira/browse/TFJ-529

 Will the it come back later?
 --
 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 Jan 19, 2011, at 14:33 , Tim Haines wrote:

 Just incase anyone else is playing with these, the unfollow events were
 just removed (deploy was rolled back).

 On Wed, Jan 19, 2011 at 5:14 AM, Matt Harris thematthar...@twitter.comwrote:

 Hey everyone,

 Starting today we will be streaming unfollow events through Site Streams.
 These events are being streamed to allow you to keep the social graph of
 your users current without the need to query the REST API.

 We require that you only surface actions that are organically displayed on
 Twitter. This means, for example, executing the unfollow and delete actions
 but not publicly displaying them to end users. (Section II.4.B of the API
 Terms of Service - http://dev.twitter.com/pages/api_terms ).
 The event will be the same format as follow except the event type will
 be unfollow. For example:

 {
 for_user: 123456,
 message: {
 created_at: Thu Jan 12 21:55:04 + 2011,
 target: {
 user object for user 123456 - the person being unfollowed
 },
 event: unfollow,
 source: {
 user object for user 987654 - the user unfollowing the
 target
 },
 }
 }

 Best,
 @themattharris
 Developer Advocate, Twitter
 http://twitter.com/themattharris

 --
 Twitter developer documentation and resources: http://dev.twitter.com/doc
 API updates via Twitter: http://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 http://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk



 --
 Twitter developer documentation and resources: http://dev.twitter.com/doc
 API updates via Twitter: http://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 http://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk


  --
 Twitter developer documentation and resources: http://dev.twitter.com/doc
 API updates via Twitter: http://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 http://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk


-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] Streaming Unfollow events through Site Streams

2011-01-18 Thread Yusuke Yamamoto
Thanks for your prompt response!
-- 
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 Jan 19, 2011, at 16:04 , Tim Haines wrote:

 Yes, I expect so.
 
 On Wed, Jan 19, 2011 at 2:51 PM, Yusuke Yamamoto yus...@mac.com wrote:
 Twitter4J already supports the feature.
 http://twitter4j.org/jira/browse/TFJ-529
 
 Will the it come back later?
 -- 
 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 Jan 19, 2011, at 14:33 , Tim Haines wrote:
 
 Just incase anyone else is playing with these, the unfollow events were just 
 removed (deploy was rolled back).
 
 On Wed, Jan 19, 2011 at 5:14 AM, Matt Harris thematthar...@twitter.com 
 wrote:
 Hey everyone,
 
 Starting today we will be streaming unfollow events through Site Streams. 
 These events are being streamed to allow you to keep the social graph of 
 your users current without the need to query the REST API.  
 
 We require that you only surface actions that are organically displayed on 
 Twitter. This means, for example, executing the unfollow and delete actions 
 but not publicly displaying them to end users. (Section II.4.B of the API 
 Terms of Service - http://dev.twitter.com/pages/api_terms ).
 The event will be the same format as follow except the event type will be 
 unfollow. For example:
 
 {
 for_user: 123456,
 message: {
 created_at: Thu Jan 12 21:55:04 + 2011,
 target: {
 user object for user 123456 - the person being unfollowed
 },
 event: unfollow,
 source: {
 user object for user 987654 - the user unfollowing the target
 },
 }
 }
 
 Best,
 @themattharris
 Developer Advocate, Twitter
 http://twitter.com/themattharris
 
 -- 
 Twitter developer documentation and resources: http://dev.twitter.com/doc
 API updates via Twitter: http://twitter.com/twitterapi
 Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
 Change your membership to this group: 
 http://groups.google.com/group/twitter-development-talk
 
 
 -- 
 Twitter developer documentation and resources: http://dev.twitter.com/doc
 API updates via Twitter: http://twitter.com/twitterapi
 Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
 Change your membership to this group: 
 http://groups.google.com/group/twitter-development-talk
 
 
 -- 
 Twitter developer documentation and resources: http://dev.twitter.com/doc
 API updates via Twitter: http://twitter.com/twitterapi
 Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
 Change your membership to this group: 
 http://groups.google.com/group/twitter-development-talk
 
 
 -- 
 Twitter developer documentation and resources: http://dev.twitter.com/doc
 API updates via Twitter: http://twitter.com/twitterapi
 Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
 Change your membership to this group: 
 http://groups.google.com/group/twitter-development-talk

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk