5

I can't get application id at Bing.com for using their search api. Please help, say me how I can get application id at Bing.com for using bing search api ?

Please write all steps, how you can get application ID?

Thanks.

Steps which i followed: https://ssl.bing.com/webmaster/legacy/developers/appids.aspx - go here

2nd step- https://datamarket.azure.com/dataset/5BA839F1-12CE-4CCE-BF57-A49D98D29A44 sign up
3rd Step https:// datamarket. azure. com /account/ info try use "Primary Account Key" then because in their documantation i find that primary cay i can use as application id. But place where i can register me App Id i can't find.

Mani
  • 2,391
  • 5
  • 37
  • 81
Andrew Kubrin
  • 101
  • 2
  • 7
  • Please state what have you tried, and tag the language you are using, so that someone can help you. – Zeina Jun 07 '12 at 10:28

2 Answers2

3

AppId is deprecated. Use access token as value or client key. For first look here: https://github.com/openlabs/Microsoft-Translator-Python-API/blob/master/__init__.py

For last here: urllib2.HTTPError: HTTP Error 401 while querying using the new Bing API ( in azure marketplace )

Community
  • 1
  • 1
simplylizz
  • 1,686
  • 14
  • 28
0

This Url Takes to register an app UI

https://datamarket.azure.com/developer/applications/

  • I`m new to those api and all. I got the same doubt. Do you have any idea to get app id for bing after creating developer user in bing? – vinothavn Nov 12 '13 at 09:33