Integrating the Google Webmaster Tools api

时光总嘲笑我的痴心妄想 提交于 2019-12-08 08:59:17

问题


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?


回答1:


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.



来源:https://stackoverflow.com/questions/3716042/integrating-the-google-webmaster-tools-api

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!