Pixelated Words

Archive for October, 2011

Search Google+ instantly with the Google+ APIs

without comments

Instant+

This snippet demonstrates how you can instantly search Google+ with the Google+ activities.search API.

It uses:

  • jQuery forĀ convenience and brevity.
  • mustache.js for templating the markup.
  • Google+ API for searching all public activities available on Google+.

If you want to play with the end result and see it running, check it out here!

Disclaimer: If you want to use this in an actual application, all fields emitted by the API should be sanitized & escaped appropriately! You probably want to proxy the API calls through your server, where they can be sanitized with the tool of your choice.

 

Written by Chirag

October 19th, 2011 at 3:00 pm

Posted in 2011,Google+,Hacks