How to get Page Notifications through Google+ API - google-plus

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.

Related

Google Youtube Data v3 not found

I have gone through a tutorial that takes me to the console.developers.google.com/ webpage. I created a new project, then i went to API & Auth .. clicked on the API key to try to then scroll down and select the Youtube Data API v3 and it is NOT there, why? I need to get the API key for an application I am using. I have logged in to two separate accounts and it is not available in either account. I need help in finding the API key so that I can use it in an application. I called the adwords team and asked them and they asked me to send a question to you in this forum.
By default, there were a few Google Cloud APIs enabled by default. When they were enabled, the Youtube Data API was not showing up in the list of available APIs. I disabled all the preselected APIs, and then the Youtube Data and Analytics APIs were available.
Looks like you just have to disable the default selections for some reason.

Can I send Instagram Direct messages programmatically through the API? Is there a limit?

I want to build an Instagram Hashtag Gallery (an image/video gallery that will scrape the image/video media of all public instagrams with a specific hashtag)- that part is easy enough and very common. However, given the uncertainties involved in receiving ALL messages when searching for a hashtag, I also want to send a confirmation message to users after their submission has been received. The best way would seem to be through an Instagram Direct private message. I cannot find anything about whether this is possible and if there are limits to the number of Instagram Direct messages my app can send.
Is this possible?
As far as I can tell, it's not possible.
With the Instagram API console, you can check for the supported methods: API Console
Sure it is, you just need to use the instagram private API.

Google+ api to get the home feed

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.

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