Hi,
I’m struggling to figure out how to do something which I imagine is quite simple.
I am trying to get the latest 100 tweets from my local town in the UK.
When i use search/tweets, i can specify my geocode (lat, long, radius) and count, but i also have to specify a query? I don’t want to specify a query as i am not filtering the tweets, i want all tweets? Can i pass an empty query?
I’ve looked at geo/search where I’ve found the id for my town and then searched it using geo/id but this only returns info about that place and not the tweets?
I am using .Net and LINQ To Twitter to query the api.
Any help will be greatly appreciated.
Many thanks,
Mike