2

In google plus, is there an API to send a message or submit a post in iOS to Google Plus?.. I had already tried reading the google documentation but haven't seen anything that does this.

Kara
  • 6,115
  • 16
  • 50
  • 57
Aldee
  • 4,439
  • 10
  • 48
  • 71
  • possible duplicate of [Google plus api for posting on wall like facebook](http://stackoverflow.com/questions/7857812/google-plus-api-for-posting-on-wall-like-facebook) – Brad Larson Feb 02 '12 at 15:55

2 Answers2

1

It is not possible to write data using the Google+ APIs, but you can use the Google+ share link. https://developers.google.com/+/plugins/share/#sharelink

"The share link is intended for native client applications... and others who may not be able to use the +1 or share button"

Chirag Shah
  • 3,654
  • 22
  • 29
1

OK.. I got it.. It's on their documentation: https://developers.google.com/+/api/.

Just right after the Google+ API section there's a note that says:

Note: The Google+ API currently provides read-only access to public data. All API calls require either an OAuth 2.0 token or an API key.
Aldee
  • 4,439
  • 10
  • 48
  • 71