I am really stuck with the bing search Api. In bing's developer centre I do not find any option to generating Appid. Actually I want to used the bing's search functionality using curl.
When I try to hit the Api it displayed the following error :
computer test2001AppID is not functioning properly. Please refer to the HelpUrl to get more information.http://msdn.microsoft.com/en-us/library/dd251042.aspx
Array ( [SearchResponse] => Array ( [Query] => Array ( [SearchTerms] => computer test )
[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
)
)
Please help me. I think its a wrong Appid error message So please tell me the steps of generating the new Appid I do not find any option on developer's centre.
Big Thanks in advance...