Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Post Google Plus Stream

Tags:

google-plus

Any idea about how to post on our Google+ Stream using javascript or json? I'm not searching how to use the google+ button, I need to post on the wall(or stream)

like image 311
InneroM. Avatar asked Dec 22 '25 23:12

InneroM.


1 Answers

The (recently announced) Google+ API currently provides read-only access to public data. All API calls require either an OAuth 2.0 token or an API key.

Here's some information to help you get started.

http://googleplusplatform.blogspot.com/2011/09/getting-started-on-google-api.html http://developers.google.com/+/

like image 70
Chirag Shah Avatar answered Dec 30 '25 05:12

Chirag Shah