How to integrate my application with Google +

Is there a way to integrate Google + with my application. So from my application I can

  • Read messages
  • Put something on my wall.
  • Access to various circles

At least post something. Did Google provide any Api or SDK for this?

+6
source share
4 answers
+8
source

As of 07/29/2011, Google has not yet provided an SDK.

The only thing you can do now is add a plus button, for example, a like button from facebook on your web pages using javascript - see here .

EDIT : As @ade said, the API is now declared. so my answer doesn't matter.

+4
source

We definitely plan to get developers and publishers involved in the Google+ project, but we don’t have specific details yet. Please stay tuned and sign up for more information on Google+ developer features. https://services.google.com/fb/forms/plusdevelopers/

+3
source

You can only read messages using the recently announced Google Plus API, but you cannot share or access different circles.

The Google+ API has not yet added additional functionality.

In order to effectively use the new Google Plus API, you need to authenticate a new user so that you can serve a large number of people, otherwise you will not have API calls that are limited to 1000 per day.

+1
source

Source: https://habr.com/ru/post/893879/


All Articles