Bing App ID

I can not get the application id in Bing.comto use their search api. Please help, tell me how can I get the application ID on Bing.com to use bing search api?

Please write all the steps, how can you get the application identifier?

Thank.

The steps 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
Third step  https: // datamarket. azure. com / account / info try using the "Primary Account Key", because in my documentation I find that the primary key can be used as an application identifier. But the place where I can register me, Id applications can not find.

+5
source share
2 answers

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

: urllib2.HTTPError: HTTP 401 Bing API ( )

+3

All Articles