I am trying to search twitter tweets by a given hashtag. I am trying to get the correct http query, but I have no idea which one. I\'ve tried a few but i can\'t find the cor
You can simply fetch http://search.twitter.com/search.json?q=%23test to get a list of tweets containing #test in JSON, where %23test is #test URL encoded.