Can we publish on Google plus an Android app?

How can we integrate our Android apps to publish data to Google Plus Walls. If someone knows how to do this, provide me an API and sample code for publishing data on google plus wall using an Android app.

+7
source share
2 answers

The Google+ API is currently read-only. It does not support write operations (e.g. publishing).

+6
source

Refer to this link, google provide the API for google + in beta, using this, you can post messages to google +,

https://developers.google.com/+/downloads

http://code.google.com/p/google-api-java-client/wiki/Android

+3
source

All Articles