C# 集成 google 站长 api
我正忙于将 Google 网站管理员工具集成到我的 mvc2 项目中。我在此处下载了 Google Data API SDK,但无法下载了解如何连接到 API 并从中检索信息。我在 SDK 中找不到任何可以在我的测试项目中使用来连接到网站站长工具 API 的程序集。
如果有人已经尝试过或有相关信息,请分享知识。例子,任何东西都受欢迎。
我的最终计划是将其集成到我正在工作的网络应用程序中,这样我就可以与 Google 网站管理员工具进行通信,以获取有关关键字、站点地图等的信息。
I'm busy integrating Google webmaster tools into my mvc2 project. I downloaded the Google Data API SDK here, but I can't figure out how to connect to the API and retrieve information from it. I can't find any assemblies in the SDK I can use in my testproject to connect to the webmaster tools API.
If anybody already tried or has information about this, please share the knowledge. Examples, anything is welcome.
My ultimate plan is to integrate it into a webapplication I'm working so I can communicate with Google Webmaster Tools to get information about keywords, sitemaps and so on.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
由于我花了一段时间才在这里得到答案,因此我在此处 这给了我一个很好的解决方案。
Since it took a while for me to get an answer here i started a new topic here This gave me a good solution to work on.