Reputation: 41
I have been trying to work with Bing API
to make a custom search engine. I obtained a free Bing Search API
which work perfectly when I tried to use it using azure marketplace
website. But wheneever I tried using it the URL like
I get error saying
Parameter has invalid value.
So I tried using JavaScript and PHP same error accompanies every time. Any idea why it is happening?
Note: I did not put my original API key here.
Upvotes: 0
Views: 1541
Reputation: 2419
Actually that API using the parameter AppId
is deprecated. You have to use azure bing API. Use access token as value or client key. Please look at this link.
Hope this helps.
Upvotes: 1
Reputation: 99
You can specify this Appid 49EB4B94127F7C7836C96DEB3F2CD8A6D12BDB71 Check it out: http://api.bing.net/xml.aspx?Appid=49EB4B94127F7C7836C96DEB3F2CD8A6D12BDB71&query=girls&sources=web&web.count=40&web.offset=41
Upvotes: 0