Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Post on Google+ Stream using Google+ API

Tags:

google-plus

Any one have idea about how to post on our Google+ Stream using Google+ API? I need to post on the stream.

like image 449
Smart Php Avatar asked Jun 04 '12 10:06

Smart Php


2 Answers

There is still no "public" officially supported way to post on a Google+ stream using an API. (You can post using the +1 or Share buttons, and some people have used unofficial APIs or leveraged the SMS posting methods, but this isn't what you're looking for.)

For details on what you can currently do with the limited API you can look at https://developers.google.com/+/api/

like image 72
Prisoner Avatar answered Oct 29 '22 16:10

Prisoner


Here is an unofficial Google+ API written in js. https://github.com/mohamedmansour/google-plus-extension-jsapi

like image 36
passsy Avatar answered Oct 29 '22 15:10

passsy