Rob
Rob

Reputation: 6891

Integrating the Google Webmaster Tools api

I'm researching a project in which I want to integrate the Google Webmaster Tools Api. I already asked this question before in this topic, but i didn't get a response yet.

I've already searched the internet for some good documentation which i already found here but the documentation doesn't supply a download to the API. I have the Google Data SDK but this doesn't supply an Webmaster Tools API. The SDK was downloaded here and it states that the Webmaster Tools API should be available

Can anyone tell me if this API is still available and where? And where to find better / more documentation about it?

Upvotes: 1

Views: 2477

Answers (1)

Gerard
Gerard

Reputation: 1869

To use the gdata api for your own production u need to build the solution which the SDK installes on your machine as shown here: http://code.google.com/apis/gdata/articles/dotnet_client_lib.html

In the release folder you will find three dll's, one for the extensions, on for the client and one specific for the webmaster tool.

As far as i know there is not a well documented example of the use of the webmaster tools api.

Upvotes: 6

Related Questions