With Twitter you can use http://twitter.com/home?status=sometext to twitter something. Is there a similar possibility for Googlebuzz?
Googlebuzz url to buzz a text similar to twitter
121 views Asked by Fabian Buch At
1
With Twitter you can use http://twitter.com/home?status=sometext to twitter something. Is there a similar possibility for Googlebuzz?
The Post to Google Buzz API is pretty easy to use. You simply construct the URI like this:
http://www.google.com/buzz/post?message={your_message}&url={your_url}
There's also a JavaScript API that generates the buttons for you: