Over the next several months Google Buzz will introduce an API for developers, including full/read write support for posts with the Atom Publishing Protocol, rich activity notification with Activity Streams, delegated authorization with OAuth, federated comments and activities with Salmon, distributed profile and contact information with WebFinger, and much, much more.
There are of course APIs to pull things into a buzz stream (how connected sites work), so you could always write to something that does have a direct API and then connect that into your buzz stream.
发布评论
评论(5)
它位于通常的位置:)
http://code.google.com/apis/buzz/
截至本回答时:
It's in the usual place:)
http://code.google.com/apis/buzz/
As of the time of this answer:
如果您想发布短信,您可以使用更简单的方法。发送电子邮件至
[电子邮件受保护]
。使用 Gmail 帐户的示例:
然后只需致电
If you want to post short messages you can use a much more simple way. Send an email to
[email protected]
.Example using gmail account:
Then just call
Buzz API 现已推出。
http://googlecode.blogspot.com/2010/05/介绍-google-buzz-api.html
Buzz API are available now.
http://googlecode.blogspot.com/2010/05/introducing-google-buzz-api.html
有一个 API:http://code.google.com/apis/buzz/docs/< /a>
还有客户端库:http://code.google.com/apis/buzz /docs/libraries.html 适用于 Java、PHP 和 Python。
还有“超链接”和 Javascript API 可用:http://code.google.com/ apis/buzz/buttons_and_gadgets.html
There is an API: http://code.google.com/apis/buzz/docs/
There are also client libraries: http://code.google.com/apis/buzz/docs/libraries.html for Java, PHP and Python.
There are also "hyperlink" and Javascript APIs available: http://code.google.com/apis/buzz/buttons_and_gadgets.html
目前还没有 API 可以直接读取和写入动态流,但是 它正在开发中,并且“即将推出”
当然,有 API 可以将事物拉入流行流(连接的站点如何工作),因此您始终可以写入具有直接 API 的东西,然后连接它进入您的动态。
There is no API yet to read and write directly to and from a buzz stream, but it is in development and "coming soon"
There are of course APIs to pull things into a buzz stream (how connected sites work), so you could always write to something that does have a direct API and then connect that into your buzz stream.