Google Plus comments as a feed - google-plus

I run a blog and use Google Plus as a promotion tool, posting on G+ every updates. As I have hundreds of followers, quite often my G+ posts have several comments: I would like to show them on my blog!
I know there are a few tools that give you back the latest xxx post given the G+ User ID, but what about the feed about a single G+ post?
Thank you.
Francesco

You can fetch that data using the documentation here: http://developers.google.com/+/api/latest/activities/get

Related

Can I track if someone clicked a link on my Twitter post

I have a private business Twitter account and I would like to know when someone clicks any link inside one of my posts. This solution cannot assume that we know the form of the link being posted.
For example a twitter post like this:
Have you guys heard of this amazing site called google?
I would like to see how many people clicked on this google.com link. I don't need to know any specific information about who they are, just if it was clicked or not.
Ideally I would want this from the API but crawlers and plugins are also possible. I would like to avoid using a paid tool but those would be acceptable.
I think you have multiple choices:
Use google firebase or google analytics
Create your own short link services by python or any other programming languages.
Just search in the google and look for short link generators which gives appropriate service.
Hi using the twitter api you should be able to understand how many clicks a link has.
https://developer.twitter.com/en/docs/twitter-api/metrics
But to have all this info automated you might need to use a third-party tool.
This should be the most straight forward solution.

How to get the list of user ID who click likes and comments in Twitter by Twitter API, like the picture below

Hi, I want to get the user list in one Twitter post as picture shown. but I didn't find the API which I can get this kind of data on Twitter. Is there anyone know how can I get this data. Thanks
The official API does not include that functionality.
You will find that there are lots of actions which are available on the official website & apps which are not allowed in the API.
Sorry.

Post Google plus reviews

I have a form in my site about writing a review. after form submission i need to share the review in my google plus reviews section. Is there any way to do this? While researching i found this: https://plus.google.com/account_id/about?review=1
But this did nothing.
It is not possible to programmatically post to Google+ the Google+ api only allows for read operations not write.

does a Yahoogroups api exist?

Do we have a yahoogroups api?
I have a yahoo group and I want that whenever my RSS feeds are updated, a message should be automatically posted to the group with the link to the post.
Is that possible?
No, there is no public API for Yahoo! Groups. If such an API is ever opened up, the Yahoo Developer Network (developer.yahoo.com) will have all the details.
Disclaimer: I work at Yahoo in the YDN group.
I had a conversation with someone from Yahoo a few months ago - he said they were working on an API for their groups, but it was not yet ready for release. I have not heard anything since, and I don't know what their timeline is for this.
There is a JSON API for getting data out of a Yahoo! Group. See Yahoo! Groups - Archiveteam for more information.

Is it possible to develop a Facebook app that filters updates out of a feed?

Namely, does the Facebook API make this possible? I'd like to leave my news feed intact, but remove posts that meet some criteria for things I don't want to see (e.g., don't show me anything that sounds like Dick Cheney might have said it). Does the Facebook API allow apps to customize a user's normal news feed? I spent a few minutes looking at the facebook developer pages, but didn't see any direct answers to my question, so I was hoping some developers who were experienced with Facebook's API could help me here.
Before anyone mentions it, I don't want to just hide updates from those users. They may post other updates that I want to see, so I'd prefer to filter out updates based on content.
There is a Greasemonkey script called "Facebook Purity" which does this. You could probably look at the source and alter it to your specifications.
You could parse the news feed into a database on your site then use code to parse whether or not to display it.
yes this is possible but only if all your friends decide to add your application! otherwise you may be not able to access their feeds.
Its been a while since i used Facebook SDK so this may have changed.
The API provides very little news feed integration, and no you can't use the api to prevent news feed items from showing up in a users feed. All you can do is post and get, and you can only post 10 items a day, "significant" interactions. The Facebook API wasn't designed to enhance or alter the core Facebook experience, it was designed to allow developers to create third party apps that add to Facebook within a very limited and tightly controlled sandbox.
The Linq to facebook project looks quite interesting and may allow you to do what you are asking (if using .NET 3.5). My apologies for a link to such a pink website ;-)