[twitter-dev] Python Twitter GetLastStatus

2010-07-10 Thread blabla
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.

[twitter-dev] Re: Python Twitter GetLastStatus

2010-07-11 Thread blabla
oh thank you David! This is great solution. I will try :) On Jul 11, 4:48 am, David dtran...@gmail.com wrote: 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