[twitter-dev] Re: Recent API changes and new fields

2010-09-04 Thread Ryan W
Has retweet_count been turned on yet? Is there a live example of a call with it present in the response, and not null? Also, when it's on, is it enabled wherever a tweet is returned. Specifically, will it be in the list statuses: http://api.twitter.com/1/%/lists/%/statuses.json ? On Aug 23,

Re: [twitter-dev] Re: Recent API changes and new fields

2010-08-25 Thread Mark McBride
This is exactly what userstreams allows you to do.    ---Mark http://twitter.com/mccv On Wed, Aug 25, 2010 at 12:08 PM, arian wrote: > Hi Matt > > Zac Bowling > Is there a time line for the streaming API getting these > changes? > > Information like retweet_count, followers_count and friends_

[twitter-dev] Re: Recent API changes and new fields

2010-08-25 Thread arian
Hi Matt Zac Bowling > Is there a time line for the streaming API getting these changes? Information like retweet_count, followers_count and friends_count are very volatile and change all the time. would be nice receive this kind of notification when any of these fields are changed. but I guess yo

Re: [twitter-dev] Re: Recent API changes and new fields

2010-08-24 Thread Matt Harris
Hey Zac, The Streaming API already has these fields included. Matt On Tue, Aug 24, 2010 at 9:38 AM, Zac Bowling wrote: > Is there a time line for the streaming API getting these changes? > > > Zac Bowling > > > > On Mon, Aug 23, 2010 at 11:40 PM, Matt Harris > wrote: >> Hey everyone, >> >> Th

Re: [twitter-dev] Re: Recent API changes and new fields

2010-08-24 Thread Zac Bowling
Is there a time line for the streaming API getting these changes? Zac Bowling On Mon, Aug 23, 2010 at 11:40 PM, Matt Harris wrote: > Hey everyone, > > Thanks for the questions. I'll try and answer them all in this message. > > 1) are the counts turned on? > This weekend the counts were turned

Re: [twitter-dev] Re: Recent API changes and new fields

2010-08-23 Thread Matt Harris
Hey everyone, Thanks for the questions. I'll try and answer them all in this message. 1) are the counts turned on? This weekend the counts were turned off and have remained off. This is because of some bugs we found in the way the value was calculated. I'll let you know when we have this resolved

[twitter-dev] Re: Recent API changes and new fields

2010-08-21 Thread Joe
will we see this in both search and stream API? On Aug 20, 6:45 pm, Matt Harris wrote: > Hey everyone, > > This week we rolled out a couple of new data fields for the status and user > objects. For a while it has been difficult for you to get the number of > lists a user is listed in, or the numb

Re: [twitter-dev] Re: Recent API changes and new fields

2010-08-21 Thread Cameron Kaiser
> Status.retweet_count!!! > this is perfect!!! > this is exactly what I need. it makes my life easier. > > But, I'm testing it right now and I can't find a status where > "retweet_count" is not blank. Neither can I. Is this turned on? -- personal: http://www

[twitter-dev] Re: Recent API changes and new fields

2010-08-21 Thread arian
Status.retweet_count!!! this is perfect!!! this is exactly what I need. it makes my life easier. But, I'm testing it right now and I can't find a status where "retweet_count" is not blank. 1. There will not be a value for this field when the feature is turned off -- how should I know if the featu

[twitter-dev] Re: Recent API changes and new fields

2010-08-20 Thread @IDisposable
> listed_count > represents the number of public lists a user is listed in. This field is an > integer. As this is a new field it is possible some users will not have a > listed_count value yet. Very nice, thanks... I assume this will be correctly set when doing the mass-lookup of users by screen