Google+ Hangouts API Out of Preview One of the most important ways we connect with others is in person. That’s why we’re so excited about Google+ Hangouts, and why we launched a preview of the Hangouts API a few months ago. Today we’re moving this API out of preview, and enabling developers to launch and [...]
Archive : Google Plus Developer
Google Plus : A New Look for the +1 Button
A New Look for the +1 Button Following in the footsteps of our new red and white Google+ icon, the +1 button is sporting a fresh coat of paint. Starting today, this update will be visible first to our Google+ Platform Preview Group and shortly thereafter we’ll roll it out to the public. Check out [...]
Google Plus Plugins improvements
Google Plus Plugins improvements Over a million websites use Google+ plugins — like the +1 button and the badge for Pages — to help visitors connect with their brand and share their content with others. Today we’re excited to announce a number of improvements to these plugins that make sharing and connecting even easier. Easier [...]
Special effects to Hangouts apps
Google Plus is adding media effects like these to the Google+ Hangouts API developer preview, so that you can add your own special effects to Hangouts apps. This new API will let you detect the participant’s face and overlay your own image on it. Images can be attached to different parts of the face (nose, [...]
Google Plus Badge on your website
Google+ badges Your Website Updated : More options on Badges The Google+ badge helps you grow your audience on Google+ and show more recommendations in Google search by letting people add you to their circles and +1 your page, all without leaving your site. Today, the badge is available to Google+ platform preview group. To [...]
Google Plus Badge
The Google+ badge Will help your users to find your page and start sharing, there are two buttons you can add to your site by visiting Google+ badge configuration tool: The Google+ icon, a small icon that directly links to your Page. This badge lets people add your page to their circles without leaving your [...]
Google plus developer: Authorizing requests with OAuth 2.0
Google Plus developer code: Authorizing requests with OAuth 2.0 Requests to the Google+ API for non-public user data must be authorized by an authenticated user. The details of the authorization process, or “flow,” for OAuth 2.0 vary somewhat depending on what kind of application you’re writing. The following general process applies to all application types: When you [...]
Google Plus Developer Code: Sample G+ app
Google Plus Developer Code: Sample G+ app How to create a Google Plus application ? Here is an example demonstrating how to do authentication with OAuth 2.0 in a web application.
Google Plus developer code: Partial Responses
Google Plus developer code: Partial Responses By default, the server sends back the full representation of a resource after processing requests. For better performance, you can ask the server to send only the fields you really need and get a partial response instead. To request a partial response, use the fields request parameter to specify [...]
Google Plus Developer Code: Pagination
Google Plus Developer Code: Pagination In requests that can respond with potentially large collections, such as activities list, each response contains a limited number of items set by maxResults (default: 20). Each response also contains a nextPageToken property. To obtain the next page of items, you pass this value of nextPageToken to the pageToken property [...]
