In my app, I am just displaying tweets of a public profile page using twitter json api.
eg. "http://search.twitter.com/search.json?q=abc"
.
Earlier it was working properly but recently not getting any response from the server. I have seen couple of posts on stackoverflow itself stating that twitter json server keeps getting down in few days. so, is there any other way to get json reponse for a particular hashtag.
Thanks.