Accessing Blogger Template APIs using Facebook and Youtube OAuth 2.0

The Bing Webmaster Application Programming Interface (API), enables webmasters to programmatically access information about their website on Bing search and index. These APIs allow the users to get information about their registered sites such as:

  • Rank & Traffic Stats
  • Link Details
  • Keyword Details
  • Crawl Stats

The APIs also allow the users to submit URLs, Sitemaps and other site details to Bing. This page introduces the online documentation and other resources that supports the use of Bing Webmaster APIs.

Sample Youtube Video

How the Documentation is Organized

Bing Webmaster API documentation is organized with the intent to provide overview and detailed information for each important area of the API including:

Sample Facebook Video

All applications follow a basic pattern when accessing a Bing Webmaster API using OAuth 2.0. First, the client application needs to register on Bing Webmaster portal to generate credentials (client ID and client secret).

These client credentials can be looked up any time from the API Access section in Bing Webmaster Account under Settings. Your client application needs to request a temporary access token from the Bing Webmaster Authorization Server, which can be used to access the Bing Webmaster API.

Post a Comment