最近、特定の文字列でyahooを検索するプログラムを作成しました。yahooでjavaを使って検索中
私のプログラムに渡された文字列は http://api.search.yahoo.com/WebSearchService/V1/webSearch?site="+URLEncoder.encode(sitename)+"&appid=YahooDemo&query="+URLEncoder.encode(query)+"&results=20&start="+pagec+"&output=json
です。
パラメータ:
sitename
ヤフーサーバで検索する文字列のため、特定のサイトquery
の結果を得るため。
しかし、私はこのプログラムを実行すると、私は次のエラーを取得しています:このエラーを取得するための原因は
{
"Error": {
"Message": ["The service has been shut down. For further details, please see the Deprecated Services blog post http://developer.yahoo.com/blogs/ydn/posts/2010/08/api_updates_and_changes"],
"Title": "The following errors were detected:"
}
}
は何ですか?
サービスがシャットダウンされている可能性があります。 –
あなたのreplay.soのおかげで、どうすればこの問題を解決できますか? – mani
[この記事を読む](http://developer.yahoo.com/blogs/ydn/posts/2010/08/api_updates_and_changes) – oers