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
Post a Comment