[twitter-dev] replies to a particular tweet?

2011-01-21 Thread Rosie Svaskova
Hello. Is there a way in the Twitter API to get the replies to a particular tweet? From what I understood, there isn't. Not in an easy pragmatic way. There is an feature request in for it: http://code.google.com/p/twitter-api/issues/detail?id=142 There are a couple of third-party websites that

[twitter-dev] replies or retweets?

2011-01-10 Thread Erik Bloem
Hi, I have some problems getting retweets. I am modifying old code that uses replies: http://twitter.com/statuses/replies.xml?... I modified it to http://api.twitter.com/1/statuses/retweets/1.xml?... where the 1 in the 1.xml is the status id (or the since id?). Nevertheless, I get an error

Re: [twitter-dev] Replies/mentions not available?

2010-08-24 Thread Taylor Singletary
There is a known issue related to JSON timelines containing null elements, which has crippled some clients. We'll have a fix for this deployed today as soon as we can. As for your mentions not showing on your web page -- can you share any status ids that you think should be there that aren't?

[twitter-dev] @replies missing

2010-07-04 Thread Naveen Ayyagari
Hello, Hoping we can get post on status.twitter.com about @replies not showing up... We have been getting a lot of reports that they are missing, and a quick twitter search seems to indicate it is not limited to our application.

Re: [twitter-dev] @replies missing

2010-07-04 Thread John Kalucki
The mentions timelines were updating with additional latency, perhaps a few minutes, for about a day, but they were updating. They should be updating in near real time now. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Sun, Jul 4, 2010 at 1:16 PM, Naveen Ayyagari

[twitter-dev] Replies on user timeline

2009-12-17 Thread Quy
I am working on a twitter site and wanted to know if it makes sense to include @replies in a user's timeline. There can be a lot of noise if I try to show the last 20 tweets of a celebrity for example and all the tweets are @replies that are only relevant to the replied user. Do most sites just

[twitter-dev] replies blog post clarification...

2009-05-13 Thread Steve Brunton
from @biz and his post : First, we're making a change such that any updates beginning with @username (that are not explicitly created by clicking on the reply icon) will be seen by everyone following that account. for us folks that fiddle with the API. Can we read this as Tweets that start with

[twitter-dev] replies url gone?

2009-04-23 Thread rhysmeister
I've just noticed some @reply functionality is not working in my app I was aware of the change to mentions but not that this involved a change in url to http://twitter.com/statuses/mentions.format is the old http://twitter.com/statuses/replies.format dead? Any chance of reinstating if so?

[twitter-dev] Replies

2009-04-21 Thread mjx
I am working on a Twitter project in which I need to retrieve the oldest replies to a specific user from a given status id. Example: Status ID: 105 Status ID: 104 Status ID: 103 Status ID: 102 Status ID: 101 Status ID: 100 I want to retrieve the 2 oldest replies since id 100. If I use the API

[twitter-dev] Replies API maxes out at approx 800 replies or 60 days?

2009-03-28 Thread WhoIsGregg
Hello, When accessing a user's replies using: http://apiwiki.twitter.com/REST+API+Documentation#statuses/replies It stops returning replies around 800 replies (which go back about 60 days). Is this intended behavior or should I file a bug? I know the docs specify a limit of 3,200 statuses...

[twitter-dev] Replies Method

2009-03-09 Thread Jeff Bishop
I am trying to pull a list of replies from Twitter using: http://twitter.com/statuses/replies.xml I have tried sending in a since_id parameter and I get a bad error back from twitter that the page doesn't exist. Should this be working? In addition, the page parameter if not specified, is it