Re: [twitter-dev] undo retweets in stream api

2010-09-01 Thread John Kalucki
Other than taking the firehose, I don't know how one would keep retweet counts perfectly in sync. Perhaps a statistical model and some sampling via REST will allow you to derate counts with reasonable accuracy? -John On Wed, Sep 1, 2010 at 2:17 PM, Furkan Kuru wrote: > Is there any fix for thi

Re: [twitter-dev] undo retweets in stream api

2010-09-01 Thread Furkan Kuru
Is there any fix for this issue? We try to calculate the order and the number of retweets of a person's tweet whom we follow through stream api. However the retweets and undo-retweets of people whom we don't follow accumulates and increases the RT number. On Tue, Jun 15, 2010 at 6:47 PM, John

Re: [twitter-dev] undo retweets in stream api

2010-06-15 Thread John Kalucki
Various counts are off on Twitter right now, so you shouldn't be basing much on counts. If you are following the original tweeter, you get the retweet, but not the deletion. If you are following the retweeter, you get both the retweet and the deletion notice. This is due to a limitation in the del

Re: [twitter-dev] undo retweets in stream api

2010-06-15 Thread Furkan Kuru
Yes, the original tweet was not deleted. Some of the retweets were deleted. Actually we noticed this problem when one of the tweet's retweet count seemed higher than it was shown in twitter. (both not exceeding 100) I do not know if twitter acts retweets as a reply-to-user and sends it to our str

Re: [twitter-dev] undo retweets in stream api

2010-06-15 Thread John Kalucki
Was the original tweet by an account you are following, or was the retweet by an account you are following? Also, I'm assuming that it was the retweet that was deleted, not the original tweet. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Tue, Jun 15, 2010 at 6:59 AM,

Re: [twitter-dev] undo retweets in stream api

2010-06-15 Thread Furkan Kuru
I am using the follow param on a "shadow" account. On Tue, Jun 15, 2010 at 4:14 PM, John Kalucki wrote: > Which endpoint and parameters are you using? Firehose? Sample? Track? Etc. > > -John Kalucki > http://twitter.com/jkalucki > Infrastructure, Twitter Inc. > > > On Tue, Jun 15, 2010 at 3:03

Re: [twitter-dev] undo retweets in stream api

2010-06-15 Thread John Kalucki
Which endpoint and parameters are you using? Firehose? Sample? Track? Etc. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Tue, Jun 15, 2010 at 3:03 AM, Furkan Kuru wrote: > Hello, > > In our stream we receive deleted statuses but can not receive undo retweets. > > Is

[twitter-dev] undo retweets in stream api

2010-06-15 Thread Furkan Kuru
Hello, In our stream we receive deleted statuses but can not receive undo retweets. Is undoing a retweet message is different than deleting a status? wiki has shown only the deleted status message info: JSON: { "delete": { "status": { "id": 1234, "user_id": 3 } } } -- Furkan Kuru