【问题标题】:Steps of creating appid for bing search为必应搜索创建appid的步骤
【发布时间】: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


    【解决方案1】:

    我刚开始的时候也遇到了同样的问题。 Microsoft 不再允许您在未在 Azure 市场上提交应用的情况下添加应用 ID。他们现在使用一个安全密钥作为您的用户名和密码。

    5000 次查询/月免费 -> http://datamarket.azure.com/dataset/bing/search

    阅读本指南以从旧 API 风格迁移到新风格 -> http://www.bing.com/webmaster/content/developers/ADM_MIGRATION_GUIDE.docx

    【讨论】:

    • 很好的答案!!!我搜索了很多类似的东西,因为微软文档已经过时了......