I already know that new twitter api 1.1 requires oauth1.0 athentication for searchs, but i don't know how to implement this on classic ASP.
I have been trying this: http://scottdesapio.com/VBScriptOAuth/ but i haven`t be able to use it for search in twitter. I want to find all tweets that contains some specific words. On previous twitter api it would be: http://search.twitter.com/search.json?q=blue%20green So twitter search tweets containing 'blue' and 'green'
does anyone can show me any example of how to do this with the new api?
thanks