Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can we post on Google plus from android application?

How can we integrate our android apps for posting data on Google Plus Walls. If any one know how to do this please provide me API and sample code for posting data on google plus wall using android application.

like image 618
Gaurav Agrawal Avatar asked Dec 13 '11 06:12

Gaurav Agrawal


2 Answers

The Google+ API is currently read-only. It does not support write operations (like posting).

like image 50
Eugen Martynov Avatar answered Oct 16 '22 14:10

Eugen Martynov


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

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

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

like image 42
Karthi Avatar answered Oct 16 '22 14:10

Karthi