我需要你的帮助。 我使用Zend_Service_Yahoo遇到问题。 我正在尝试使用Zend_Service_Yahoo。但它显示
“发送请求时出错。状态代码:404 ”
$yahoo = new Zend_Service_Yahoo("YAHOO_APPLICATION_ID");
try{
$results = $yahoo->imageSearch('PHP');
foreach ($results as $result) {
echo $result->Title . '<br />';
}
}catch(Exception $e){
echo $e->getMessage();
}
参考:http://framework.zend.com/manual/1.0/en/zend.service.yahoo.html
提前致谢
答案 0 :(得分:1)
那是因为imagesearch has been deprecated。
我们将于2011年4月关闭此服务。有关详细信息,请参阅Deprecated Services博客文章。