Re: Date Format: ex: "about 2 hours ago"

2008-12-22 Thread Rahul Waghmare
Hi Jim this may help you :) http://www.gyford.com/phil/writing/resources/2006/12/02/twitter.txt Thanks & Regards Rahul On Tue, Dec 23, 2008 at 4:05 AM, Jim wrote: > > I see that the API has a format for the post date. All of the clients > and the web post friendly things like about 2 hours ago.

Date Format: ex: "about 2 hours ago"

2008-12-22 Thread Jim
I see that the API has a format for the post date. All of the clients and the web post friendly things like about 2 hours ago. Can anyone provide a standard routine for converting the pure date element into these english strings? I would like my api client to use the same thing that the web page

Retrieving user's timeline

2008-12-22 Thread Bruno G
Hi, In order to retrieve a complete (up to the last 3200 tweets?) timeline is it best to just make repeated calls like this: http://twitter.com/statuses/user_timeline/631583.xml?page=160 or fewer calls using the count parameter: http://twitter.com/statuses/user_timeline/631583.xml?page=3&count

Re: When was the server move happening?

2008-12-22 Thread Maxfield Pool
Very good Matt - just keep us posted! -Max On Mon, Dec 22, 2008 at 9:42 AM, Matt Sanford wrote: > > Hi Max, > >That was actually in reference to the search API rather than the main > API. The move has completed and we're working on our rate limiting code and > capacity testing in the new f

Re: friends and followers

2008-12-22 Thread Alex Payne
Providing different views on the same data reduces "cacheability" for us, so we don't plan on providing this feature. On Sun, Dec 21, 2008 at 18:34, Jorge Lugo wrote: > > The current api for retrieving a users friends and followers returns > full user information. For a follower/friend managemen

Re: Using Commands

2008-12-22 Thread Alex Payne
You can use any of these commands in the body of a status update. We don't recommend this, however, as the API methods are a far more direct and informative method of performing these actions. We don't provide an API method for "nudge", and we likely won't. On Sun, Dec 21, 2008 at 18:41, fornar

Re: Creating feeds from individual Tweets instead of a user

2008-12-22 Thread Matt Sanford
Hi Chris, There isn't currently a way to track replies like that. I'll add a comment on to the ticket for a conversation API [1]. Thanks; — Matt Sanford / @mzsanford [1] - http://code.google.com/p/twitter-api/issues/detail?id=142 On Dec 22, 2008, at 07:46 AM, c_mcintosh wrote: I am

Re: Creating feeds from individual Tweets instead of a user

2008-12-22 Thread Cameron Kaiser
> I am looking to find out if there is a method in place or a link to an > rss for an individual conversation. I want to be able to follow a > specific line of conversation, without having to follow all of a users > tweets. Twitter isn't really threaded, so there is no simple way to follow a spe

Creating feeds from individual Tweets instead of a user

2008-12-22 Thread c_mcintosh
I am looking to find out if there is a method in place or a link to an rss for an individual conversation. I want to be able to follow a specific line of conversation, without having to follow all of a users tweets. Thanks, Chris

Re: When was the server move happening?

2008-12-22 Thread Matt Sanford
Hi Max, That was actually in reference to the search API rather than the main API. The move has completed and we're working on our rate limiting code and capacity testing in the new facility. Thanks; — Matt Sanford / @mzsanford On Dec 22, 2008, at 06:34 AM, Max wrote: Hey group,

When was the server move happening?

2008-12-22 Thread Max
Hey group, About 4-6 weeks ago Alex mentioned a server move that would up the API/ IP limits for search and api calls. Couple of questions on that: -What would be the (rough) new limits? -When is this tentatively happening? Thanks! -Max