客户端库和示例代码
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
重要提示:我们将于 2024 年 9 月 30 日停止对 2.0 版 Google Data API 的支持。为确保可继续使用相关功能,请将依赖 v2.0 Google Data API 的应用更新到最新 API 版本。如需获取最新版本,请使用左侧导航栏中的链接。注意:虽然某些 GET 请求(例如商家信息帖子)作为 Feed 网址继续受到支持,但这些请求的行为方式略有不同。
如需了解详情,请参阅 Blogger 帮助文档。
Google 数据客户端库可以帮助您编写使用 Blogger Data API 的客户端应用。
对于每种语言,客户端库都提供了各种工具和一个抽象层,让您可以构建查询并使用响应数据,而无需创建 HTTP 请求或手动处理 HTTP 响应。每个客户端库都提供了与 API 使用的元素和数据类型对应的类。每个客户端库还为具有 Data API 的特定 Google 服务提供了扩展程序。
Java 客户端库
Java 客户端库由 Google 提供
.NET 客户端库
.NET 客户端库由 Google 提供,支持桌面、Web 和移动应用开发。
PHP 客户端库
PHP 客户端库由 Zend 提供,是 Zend Framework 的一部分。该客户端库也可作为一个独立版本使用。
Python 客户端库
Python 客户端库由 Google 提供,可用于开发命令行应用、Web 应用和 Google App Engine 应用。
JavaScript 客户端库
JavaScript 客户端库提供在 JavaScript 中的完整读/写功能。您还可以通过原始 JSON 获得只读权限。
Objective-C 客户端库
Objective-C 客户端库支持编写适用于 Mac OS X 的原生 Cocoa 应用,现在提供对 iPhone SDK 的支持。
外部客户端库
以下客户端库并非由 Google 编写,不受 Google 支持。
示例代码
下面是一些示例程序的链接,这些示例程序演示了如何使用 API 和客户端库。您可以使用它们作为您的入门帮助!
- Java
- .NET
- PHP
- Python
- JavaScript
- Objective-C
- 其他
教程
这些文章可帮助您快速上手、调试问题或将您喜爱的语言与 Google 数据 API 配合使用。如需查看完整列表,请参阅文章页面。
返回页首
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-08-31。
[null,null,["最后更新时间 (UTC):2025-08-31。"],[[["\u003cp\u003eSupport for the v2.0 Google Data API will end on September 30, 2024; update your applications to the latest API version for continued functionality.\u003c/p\u003e\n"],["\u003cp\u003eClient libraries are available in Java, .NET, PHP, Python, JavaScript, and Objective-C to simplify interactions with the Blogger Data API.\u003c/p\u003e\n"],["\u003cp\u003eSample code and tutorials are provided to help developers get started with using the API and client libraries in various programming languages.\u003c/p\u003e\n"],["\u003cp\u003eWhile some GET requests will continue working as feed URLs after the v2.0 deprecation, there might be slight differences in behavior.\u003c/p\u003e\n"],["\u003cp\u003eRefer to the Blogger Help documentation for detailed information about the API and the transition to the latest version.\u003c/p\u003e\n"]]],[],null,["# Client Libraries and Sample Code\n\n**Important** :\nWe will discontinue support for the v2.0 Google Data API on September 30th, 2024.\nTo ensure continued functionality, update your applications that rely on the v2.0 Google\nData API to the latest API version.\nFor the latest version, use the links in the left-side navbar.\nNote: while some GET requests (such as listing posts) will continue to be supported as feed\nURLs, there are minor differences in their behavior.\nFor detailed information, refer to the\n[Blogger Help](https://support.google.com/blogger/answer/14877110) documentation.\n\nGoogle Data client libraries are available to help you write client\napplications that use the Blogger Data API.\n\nFor each language, the client library provides tools and an abstraction\nlayer, letting you construct queries and use response data without having to\ncreate HTTP requests or process HTTP responses by hand. Each client library\nprovides classes that correspond to the elements and data types that the API\nuses. Each client library also provides extensions for specific Google\nservices that have Data APIs.\n\nJava client library\n-------------------\n\nThe Java client library is provided by Google\n\n- [Getting Started Guide](/gdata/articles/java_client_lib)\n- [Blogger Developer's Guide for Java](/blogger/docs/2.0/developers_guide_java)\n- [Reference Guide](/gdata/javadoc) (Javadoc)\n- [Article on Using Eclipse with the Java client library](/gdata/articles/eclipse)\n- [Project main page](//code.google.com/p/gdata-java-client) (Subversion)\n- [Downloads page](//code.google.com/p/gdata-java-client/downloads/list)\n\n.NET client library\n-------------------\n\nThe .NET client library is provided by Google and allows desktop, web and\nmobile application development.\n\n- [Getting\n Started Guide](/gdata/articles/dotnet_client_lib)\n- [Blogger Developer's Guide for .NET](/blogger/docs/2.0/developers_guide_dotnet)\n- [Reference Guide](//code.google.com/apis/gdata/csdoc) (NDoc)\n- [Project main page](//code.google.com/p/google-gdata) (Subversion)\n- [Downloads page](//code.google.com/p/google-gdata/downloads/list)\n\nPHP client library\n------------------\n\nThe PHP client library is provided by Zend, as part of the Zend\nFramework. It is also available as a standalone release.\n\n- [Getting Started Guide](/gdata/articles/php_client_lib)\n- [Blogger Developer's Guide for PHP](/blogger/docs/1.0/developers_guide_php)\n- [Zend Reference Guide](http://framework.zend.com/manual/en/zend.gdata.html)\n- [Zend API Guide (phpdoc)](http://framework.zend.com/apidoc/core/) -- choose Zend_Gdata as the 'Package'\n- [Downloads page](http://framework.zend.com/download/gdata)\n\nPython client library\n---------------------\n\nThe Python client library is provided by Google and enables development\nof command-line, web, and Google App Engine applications.\n\n- [Getting Started Guide](/gdata/articles/python_client_lib)\n- [Blogger Developer's Guide for Python](/blogger/docs/1.0/developers_guide_python)\n- [Reference Guide](http://gdata-python-client.googlecode.com/hg/pydocs/) (PyDoc)\n- [Project main page](//code.google.com//p/gdata-python-client) (Subversion)\n- [Downloads page](//code.google.com//p/gdata-python-client/downloads/list)\n\nJavaScript client library\n-------------------------\n\nThe JavaScript client library provides full read/write capabilities from\nwithin JavaScript. Read-only access is also available via [raw JSON](/gdata/docs/json).\n\n- [Blogger interactive Developer's Guide for JavaScript](/blogger/docs/1.0/developers_guide_js)\n- [Reference Guide](/gdata/jsdoc/2.2) (JSdoc)\n\nObjective-C client library\n--------------------------\n\nThe Objective-C client library enables writing native Cocoa applications\nfor Mac OS X and now provides support for the iPhone SDK.\n\n- [Getting Started Guide](//code.google.com/p/gdata-objectivec-client/wiki/GDataObjCIntroduction)\n- [Project main page](//code.google.com/p/gdata-objectivec-client) (Subversion)\n- [Downloads page](//code.google.com/p/gdata-objectivec-client/downloads/list)\n\nExternal client libraries\n-------------------------\n\nThe following client libraries are not written by Google and are not supported by Google.\n\n- [Force.com\n Toolkit for Google Data APIs](http://wiki.apexdevnet.com/index.php/Google_Data_API_Toolkit) - Apex client library for Salesforce.com developers.\n\nSample code\n-----------\n\nA few sample programs that demonstrate how to use the API and the client\nlibraries, are linked below. Use them to help you get started!\n\n- **Java**\n - [Command-line\n sample using the client library](//code.google.com/p/gdata-java-client/source/browse/trunk/java/sample/blogger)\n- **.NET**\n - [C#\n GUI and console samples using the client library](//code.google.com/p/google-gdata/source/browse/trunk/clients/cs/samples/blogger)\n- **PHP**\n - [Simple\n ClientLogin sample using the client library](http://framework.zend.com/svn/framework/standard/trunk/demos/Zend/Gdata/Blogger.php)\n- **Python**\n - [Simple\n command-line sample using the client library](//code.google.com/p/gdata-python-client/source/browse/trunk/samples/blogger/BloggerExample.py)\n- **JavaScript**\n - [Blogged\n Upon sample to comment about external posts using the client\n library](http://gdata-javascript-client.googlecode.com/svn/trunk/samples/blogger/blogged_upon/blogged_upon.html)\n - [\"Blog\n This\" embedded blog editor using the client library](http://gdata-javascript-client.googlecode.com/svn/trunk/samples/blogger/blog_this/blog_this.html)\n - [CalendBlogger\n Google Calendar to Blogger publisher using the client\n library](http://gdata-javascript-client.googlecode.com/svn/trunk/samples/blogger/calendblogger/calendblogger.html)\n - [blog.gears\n offline client for Blogger using Google Gears and the client\n library](http://gdata-javascript-client.googlecode.com/svn/trunk/samples/blogger/bloggears/bloggears.html)\n - [blog.press\n Blogger client using the client library](http://gdata-javascript-client.googlecode.com/svn/trunk/samples/blogger/blogpress/blogpress.html)\n- **Objective-C**\n - [GUI\n sample using the client library](//code.google.com/p/gdata-objectivec-client/source/browse/trunk/Examples/BloggerSample)\n- **Other**\n - [Google\n Data API Tips Blog](http://gdatatips.blogspot.com/search/label/blogger)\n\nTutorials\n---------\n\nArticles to help you get up and running quickly, debug problems or use\nyour favorite language with Google Data APIs. See [the articles page](/gdata/articles) for a complete\nlisting.\n\n- [Eclipse with the Java client library](/gdata/articles/eclipse)\n- [Ruby with the Google Data APIs](/gdata/articles/using_ruby)\n- [Google Data APIs on Salesforce.com](/gdata/articles/salesforce)\n- [Using cURL to interact with Google Data services](/gdata/articles/using_cURL)\n- [Using Proxy Servers with the Google Data client libraries](/gdata/articles/proxy_setup)\n- [Network Capture Tools for API debugging](/gdata/articles/wireshark)\n- [Debugging Google Data clients: Exploring Traffic from Within your Program](/gdata/articles/debugging_client_libs)\n\n[Back to top](#top)"]]