How to get a stream from Google+ REST API

I've been looking at the Google Plus API lately and I can't figure out if it's possible to get the message flow of all those people I've been circling.

Like Twitter gives its home_timeline in APIs for example. Is there something like this in Google Plus?

I read the Google+ API documentation and even tried Google API explorer but couldn't figure out how to do it.

This is a very important feature of any API that really shouldn't be missing.

+3


source to share


2 answers


The Google+ API does not currently provide a Stream API. There is an open open feature request .



+5


source


perhaps at least your personal actions or the public actions of a specific person: https://developers.google.com/+/api/



-1


source







All Articles