php - Is this Twitter Search API code Deprecated? -


i'm new twitter search api , wondering whether code snippet below deprecated?

    $json = json_decode(file_get_contents('http://search.twitter.com/search.json?q=to%3astackexchange')); 

if so, can give me example of version not deprecated? in advance.

yes, this code deprecated.

the manual page links twitter api v1.1 version.


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -