I am searching for tweets within the UK ONLY, how to I search using geo code?
$results = $twitter->search(array('q' => 'my search', 'geocode' => 'xxxx,yyyy,zzzzkm'));
What do I put for xxxx, yyyy and zzzz ?
Is it possible to search by country not geocode?