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.bing.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.bing.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?
I got my "App ID" from the "Account Keys" section here: https://datamarket.azure.com/account/keys. Is that the correct spot?