Re: how to fetch # of twitters and # of replies

2009-01-22 Thread dougw
From what I gather you had two questions here. How to get the number of updates a user has made, and how to get the number of @replies a user has received. At least that is how I have understood things. The issue your filed, 243, is for the second question. My recent response was for your first

Re: how to fetch # of twitters and # of replies

2009-01-21 Thread dougw
Dhaval, Retrieving the number of @replies is open issue http://code.google.com/p/twitter-api/issues/detail?id=235 By number of Twitters, are you wanting the number of updates a user has made? @dougw On Jan 21, 5:21 am, dhaval dhaval.parik...@gmail.com wrote: Hey all I am making a ruby on

Re: how to fetch # of twitters and # of replies

2009-01-21 Thread Cameron Kaiser
thanks for your reply. Yes i mean the number of updated by a user. Can you please tell me if there is a direct way to do that. or need to fetch it from the show method? Yes, getting from users/show would probably be the most straightforward way. --

Re: how to fetch # of twitters and # of replies

2009-01-21 Thread Matt Sanford
Hi all, One correction on issue 235. I re-read the original thread and this one and there are two issues discussed. The first is that you can only get 20 results from the replies method. This is the one being fixed by allowing count=30 to return 30 results. Interleaved in the

Re: how to fetch # of twitters and # of replies

2009-01-21 Thread Dhaval Parikh
Hi Matt Like you pointed I want the exact number of replies give by or given to the user. I have opened an issue for the same which can be found on issue id 243. Thanks On Wed, Jan 21, 2009 at 10:02 PM, Matt Sanford m...@twitter.com wrote: Hi all, One correction on issue 235. I re-read

Re: how to fetch # of twitters and # of replies

2009-01-21 Thread Yu-Shan Fung
Hi, Just to clarify, does that mean once this is deployed, replies will also support the count parameter of up to 200 per page? Thanks! Yu-Shan On Wed, Jan 21, 2009 at 8:32 AM, Matt Sanford m...@twitter.com wrote: Hi all, One correction on issue 235. I re-read the original thread and

Re: how to fetch # of twitters and # of replies

2009-01-21 Thread Matt Sanford
Hi Yu-Shan, This has now been deployed and yes, that should be the case. Thanks; — Matt Sanford On Jan 21, 2009, at 10:50 AM, Yu-Shan Fung wrote: Hi, Just to clarify, does that mean once this is deployed, replies will also support the count parameter of up to 200 per page?

Re: how to fetch # of twitters and # of replies

2009-01-21 Thread dougw
Dhaval, To get back to your original quesiont, the number of status updates is returned with the users/show method: URL: http://twitter.com/statuses/show/id.format * id. Required. The numerical ID of the status you're trying to retrieve. Ex: http://twitter.com/statuses/show/123.xml The

Re: how to fetch # of twitters and # of replies

2009-01-21 Thread Dhaval Parikh
Well there is a difference what I want is the counts only for the replies and not the total updates performed by the user. On Thu, Jan 22, 2009 at 10:34 AM, dougw igu...@gmail.com wrote: Dhaval, To get back to your original quesiont, the number of status updates is returned with the