As soon as I heard about the opening of the Google+ APIs, letting us access public posts in our Google+ streams, I wanted to play with them, and integrate my posts in my social stream on my blog.
First of all, a little screenshot, where you’ll see the Google+ item at the bottom:

Now, a bit of code? Yeah, of course. First of all, you’ll need to follow the explanations of the Google+ API portal to get your own API key (I’ll hide mine in this example so you don’t use mine). Then, it’s really just a handful lines of Groovy code to get the integration goin, thanks to Groovy’s Json support.
Read more...