Thanks Max, already seen that one.
But the first part:
"Creating new app or improve Twitter search app."
How to create Twitter Search app is described in Building Twitter Search App tutorial. Let’s continue by improving it with new functionality.
At first, we will finish with searching.
that is referred to in that Tutorial still returns:
{
"status":"410 Gone",
"url":"http://search.twitter.com/search.json",
"response":{
"errors":[
{
"message":"The Twitter REST API v1 is no longer active. Please migrate to API v1.1. https://dev.twitter.com/docs/api/1.1/....",
"code":68
}
]
}
}