Hey blabla, You'll want to look at: http://dev.twitter.com/doc/get/statuses/user_timeline and you can pass a count of 1 to only return the most recent status. Be careful entering only a count of 1 though because if their most recent status is a new style retweet, it will return nothing.
Best, David http://twitter.com/dtran320 On Jul 10, 3:07 pm, blabla <[email protected]> wrote: > Hello. > I am using python-twitter to make a new app. > My app must get last status of authorised user (or not authorised). > How can i do this? Twitter API does not have GetLastStatus function. > and with GetStatus function I can't do that. > pls help me.
