【发布时间】:2012-12-10 05:18:08
【问题描述】:
我真的被 bing search Api 卡住了。在 bing 的开发者中心,我没有找到任何生成 Appid 的选项。实际上,我想通过 curl 使用 bing 的搜索功能。
当我尝试点击 Api 时,它显示以下错误:
计算机 test2001AppID 无法正常运行。请参考 HelpUrl 获取更多信息。http://msdn.microsoft.com/en-us/library/dd251042.aspx
数组 ( [搜索响应] => 数组 ( [查询] => 数组 ( [SearchTerms] => 电脑测试 )
[Errors] => Array
(
[Error] => Array
(
[Code] => 2001
[Message] => AppID is not functioning properly. Please refer to the HelpUrl to get more information.
[HelpUrl] => http://msdn.microsoft.com/en-us/library/dd251042.aspx
)
)
)
[SearchResponse_attr] => Array
(
[xmlns] => http://schemas.microsoft.com/LiveSearch/2008/04/XML/element
[Version] => 2.0
)
)
请帮助我。我认为它是一个错误的 Appid 错误消息所以请告诉我生成新 Appid 的步骤我在开发者中心没有找到任何选项。
非常感谢提前...
【问题讨论】:
标签: bing-api