I would like to implement twitter search, but with the use of their API. I think most of you know the search which they have on their home page.
Search gives such link: http://twitter.com/#search?q=ipod ubuntu
I looked in API for a possible solution, but didn't find it. Also it would be nice if the response to the request could be in XML format, since I know that some API methods allow only json or atom.
Hope there is one(with the use of API).