Google+ api to get the home feed - google-plus

I need to get the posts user see on his home feed, in a json format. via google+ http api. Didn't find any public documentation about it, anyone know a way?

Google+ does not provide a stream API or any method to view non-public posts.

Related

how can i get all review from google+ using api

i am beginner to google+ developer API and i want to grab user review from any about page for example https://plus.google.com/116018016837619707952/about
i have tried using curl call but didn't get success for all reviews.
also seen the content of document :https://developers.google.com/+/api/latest/people/get
can You just give me the idea about google api to grab review data.
Reviews are not considered part of the Google+ Platform. You have to use the Places API.

How to get Page Notifications through Google+ API

Is there a way to get a list of all Private/Public Page notifications through the Google+ API?
for example, the notifications that you see on this page from your browser: https://plus.google.com/u/0/b/{YOUR_PAGE_ID_HERE}/notifications/all
I can only see the ability to get Public activities through the API.
No, this is not currently available. See (and star) https://code.google.com/p/google-plus-platform/issues/detail?id=96 to register your support for such a feature.

Google+ API: Can I get friends' private information?

I'm testing Google+ API v1.
I kepp fail to get my friends' personal information with the APIs with the authorization in the sandbox at the reference page.
I found the APIs in the documentation page, https://developers.google.com/+/api/latest/people/get,
and I understood that I can get my friends' personal information if these are open to me.
Is it google's policy that I can only retrive public data regardless of the circular relation between me and my friend, or do I need any other authorization more than plus.login and plus.me.
Please help me, if you are familiar with Google+ APIs.
Thanks.
The current API only allows you to get public information about any user. Even if they have permitted the data to you, if it is not available to everyone, it won't be available in the API.

How publish Hootsuite on Google+ Pages stream?

I want to achieve the same as Hootsuite, publish a post in a PAGE STREAM. But I don't know even where to look for it. It looks like Hootsuite is using the API, because they prompt an open Auth authentication where the user selects and authorize what this APP can do with his data.
With the PHP client I've been able of posting in the user APP stream (different from the user main stream) using moments class, and get data from the user using plus class client, both from the PHP library available here: https://code.google.com/p/google-api-php-client/source/checkout
But I don't know how to write in a user's page. Does anyone knows or can point me where to go to, at least, publish on main Google+ page stream as Hootsuite? Thanks.
The Google+ Pages API is currently available to a limited number of parters only, including HootSuite. You can request access to the API at https://developers.google.com/+/api/pages-signup but there is no guarantee when, or even if, Google will approve your access.
Although you can use the HootSuite console to post messages to Google+ pages (see http://hootsuite.com/google+), it isn't clear if you can use the HootSuite API to do so.

Display posts using the Google+ API

Does anyone know if it's possible to display posts from a users Google+ page using the new Google+ API?
I know you can use it do include a +1 button on a site, but I'm wondering if the API could be used to deliver something akin to a Twitter feed?
Cheers!
You will want the activities list API method.
The endpoint would be https://www.googleapis.com/plus/v1/people/{userId}/activities/public