How to obtain Bing search Api and AppID for a website [closed]
Asked Answered
S

1

10

i have created the site in which i want to use bing search API. for that it require AppID but i didn't get the AppID. i tried to create a AppId on (azure market place) by creating the windows live ID. i created the client id and register the application. can any one suggest me how get the AppID for bing search API?

Shoa answered 4/8, 2012 at 10:13 Comment(1)
Please contact the vendor of the AppID (Microsoft) for support with their services.Yasukoyataghan
G
8

To use the new Bing Search API, you need to use your account key to authenticate. The AppID was the old method of authenticating soon to be deprecated Bing Search API 2.0. You can find your account key on your account information page.

You can see an example of implementing the current Bing search API in this question.

Girdle answered 4/8, 2012 at 10:31 Comment(2)
i tried this code but i got the following error if u have a solution plz reply me api.datamarket.azure.com/Bing/Search/… Warning: file_get_contents(api.datamarket.azure.com/Bing/Search/…) [function.file-get-contents]: failed to open stream: Connection refused in /home/rahulr/public_html/searchere/mig.php on line 46 Warning: Invalid argument supplied for foreach() in /home/rahulr/public_html/searchere/mig.php on line 52Shoa
If you signed up through the link I posted it is for Web search only. If you want to search for images make sure you are signed up for this service: datamarket.azure.com/dataset/bing/searchGirdle

© 2022 - 2024 — McMap. All rights reserved.