Archive for October, 2011
Search Google+ instantly with the Google+ APIs
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.