Answered by:
Bing search API AppId not working?

Question
-
I've found a number of other people out there that have this issue but no real solution.
I am trying to hit the web service below but every time it throws the error:
> "Code":1002,"Message":"Parameter has invalid
> value.","Parameter":"SearchRequest.AppId
I read somewhere that you need to put single quotes around the appid which i did:
http://api.search.live.net/json.aspx?&Appid=%27Ii80VAjSf0Wa5PMgsh31M%2B11111111df2nijXk%2BjmyM%3D%27&query=abe&sources=web+image
But it throws the same error as the standard method:
http://api.search.live.net/json.aspx?&Appid=Ii80VAjSf0Wa5PMgsh31M%2B11111111df2nijXk%2BjmyM%3D&query=abe&sources=web+image
Has anyone else run into this? Recommendations on how to get around it?Sunday, December 2, 2012 2:09 AM
Answers
-
Hi,
AppId is deprecated. Use access token as value or client key.
https://datamarket.azure.com/developer/applications/
Please mark the replies as answers if they help or unmark if not.
If you have any feedback about my replies, please contact msdnmg@microsoft.com
Microsoft One Code Framework- Marked as answer by Song Tian Friday, December 7, 2012 8:43 AM
Sunday, December 2, 2012 6:55 AM
All replies
-
Hi,
Please try this: http://api.bing.net/json.aspx?AppId= YOUR_APPID &Version=2.2&Market=en-US&Query=testign&Sources=web+spell&Web.Count=1&JsonType=raw
#Using JSON (Bing, Version 2)
http://msdn.microsoft.com/en-us/library/dd250846.aspx
Please mark the replies as answers if they help or unmark if not.
If you have any feedback about my replies, please contact msdnmg@microsoft.com
Microsoft One Code FrameworkSunday, December 2, 2012 4:32 AM -
Nope still no luck :(
I got my "App ID" from the "Account Keys" section here: https://datamarket.azure.com/account/keys
Is that the correct place?
Sunday, December 2, 2012 5:00 AM -
The link you describe is not there.... When I go to the URL you posted I get the page below. Where is there anything about creating an AppID on there? I also tried clicking on the "Get started now" button under the search api section. There is nothing about creating an AppId there either...
- Edited by Abe Miessler1 Sunday, December 2, 2012 6:41 AM
Sunday, December 2, 2012 6:40 AM -
Hi,
AppId is deprecated. Use access token as value or client key.
https://datamarket.azure.com/developer/applications/
Please mark the replies as answers if they help or unmark if not.
If you have any feedback about my replies, please contact msdnmg@microsoft.com
Microsoft One Code Framework- Marked as answer by Song Tian Friday, December 7, 2012 8:43 AM
Sunday, December 2, 2012 6:55 AM -
Have you solve the problem?Thursday, March 14, 2013 6:39 PM
-
I have the same problem . I need your help ,thank youThursday, March 14, 2013 6:40 PM
-
See Song's answer. If you need help with getting the access token then according to the Bing Search API page you should Get support for this offering on the Windows Azure Marketplace forums.
--Rob
Thursday, March 14, 2013 7:23 PMModerator