Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to obtain a Bing API AppID

My intention is to access the Bing API in Windows Phone projects, where i have to supply APP ID in the code. Many tutorials have said the same story to access the APP ID like Nokia Tutorial and CodeProject too. But Bing announces that now everything is shifted to Azure MarketPlace. I searched everthing and registered in Azure Marketplace. But there is no mention of APP ID. Can anyone help me how to get APP ID?

like image 847
Teja Swaroop Arukoti Avatar asked May 22 '12 13:05

Teja Swaroop Arukoti


1 Answers

The migration guide here includes samples that no longer require AppIds but instead use Account Keys which are provided to you when you sign up to the Azure Marketplace. The migration guide should include everything you need to get started.

like image 70
Paul Diston Avatar answered Oct 29 '22 04:10

Paul Diston