Re: [twitter-dev] Statuses/Show Method doesn't display multiple statuses?

2010-01-29 Thread Julio Biason
On Fri, Jan 29, 2010 at 3:59 AM, Kevin Marshall falico...@gmail.com wrote:
 I believe you are looking for user_timeline:

 http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses-user_timeline

home_timeline, actually. It's like user_timeline but with retweets.

-- 
Julio Biason julio.bia...@gmail.com
Twitter: http://twitter.com/juliobiason


Re: [twitter-dev] Statuses/Show Method doesn't display multiple statuses?

2010-01-28 Thread Kevin Marshall
I believe you are looking for user_timeline:

http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses-user_timeline

- Kevin
http://wow.ly

On Fri, Jan 29, 2010 at 12:35 AM, beerkid beers...@gmail.com wrote:
 I am looking to get a result similar to if I visit twitter.com/
 USERNAME.

 I just want to show latest 20 updates from a single user but my
 developer says that Statuses/Show will only show most recent update.

 I find it hard to believe that the API wouldn't allow one to achieve
 what I explained above. What am I missing?