I'm going to tell exactly my homework: Add a twitter search capability to the website. The search should auto update every 20 seconds and carry out searches for the most recent mentions of the hash tag '#EN0700'.
The tweets should be shown in a list with the date, author's username on twitter, and the tweet location data (where the tweet is tweeted). I tried to use https://api.twitter.com/1/geo/search.json?query=Twitter%20HQ as in the http://dev.twitter.com/docs/api/1/get/geo/search example, but it does not display the location result. Is my URL correct?
The other thing is that if I use http://api.twitter.com/1/users/search.json?q=Twitter%20API, I received:
"{"error":"Could not authenticate you.","request":"/1/users/search.json?q=EN0745"}"
although I have registered my application in the oAUTH. Thanks for the help.
