I want to search keyword with geocode location… when i give geocode it shows some results but it will not change even i change the geocode… if i remove the geocode it wil show different results. but all geocode search will shows same result why it happen?
My code i something like this
$args = array(‘q’ => ‘flower’, ‘result_type’ => ‘popular’, ‘geocode’=>‘9.9312328,76.26730409999999,25km’
);
$result = $this->_tw->get(‘search/tweets’, $args);