What api do I use to identify the last or latest tweet of the account
owner?

http://twitter.com/users/show could contain a tweet by a follower.
http://twitter.com/statuses/user_timeline - states that it returns the
20 most recent statuses posted from the authenticating user but it
shows status updates made by all people.

For example,

my twitter account is John

Jim posts a tweet
John posts a tweet
Mary posts a tweet

I want to be able to grab John's tweet ONLY.
Do I have to go through the user_timeline and filter out anything
beginning with a @?

Thanks!

Reply via email to