Smart Php
Smart Php

Reputation: 71

Post on Google+ Stream using Google+ API

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

Upvotes: 5

Views: 6853

Answers (2)

passsy
passsy

Reputation: 5222

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

Upvotes: 1

Prisoner
Prisoner

Reputation: 50701

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/

Upvotes: 4

Related Questions