I'm new to the Twitter Search API and was wondering whether my code snippet below is deprecated?
$json = json_decode(file_get_contents('http://search.twitter.com/search.json?q=to%3astackexchange'));
If so, can you give me an example of a version that is not deprecated? Thanks in advance.