0

I'm developing a Win 8 App that needs to interact with Bing Api, but it needs an APPID, looking at windows azure find that it provides APPID's for azure market place.

All that i need is for win8 app.

Where can i find or get an app id for a Win8 APP that works with bing api?

Juan Pablo Gomez
  • 5,203
  • 11
  • 55
  • 101

1 Answers1

1

You have to sign up https://datamarket.azure.com/ which will give you a primary account key. Account keys are then used to access the Windows Azure Marketplace dataset subscriptions.

To subscribe, click on "Data" and then the service you want. Sign up for whatever level of service you want.

Graham Chiu
  • 4,856
  • 1
  • 23
  • 41
  • Tks @Graham Chiu. finally end my Project using a WEB control that points to Bings page. But your soulution looks mor professional. I'm going to try it. – Juan Pablo Gomez May 09 '14 at 16:33
  • 1
    I haven't tried it yet but see http://www.bendemeyer.com/2013/04/02/bing-spelling-suggestions-and-wordpress-search/ The POST uses basic authentication to access the web service where the user is blank (I think), and the password is your account key. So, you need to setup your http headers appropriately – Graham Chiu May 10 '14 at 01:19