Get most liked and most commented comments preferably through Instagram API - comments

I would like to get the most commented comment and most liked comment on an instagram post to a channel that I have private access to.
Ideally this solution would only use the Instagram API but I would be open to other methods.
I realize that the IG API by default returns the top 50 comments.

Related

Why does Google+ API method people.me still work?

My web-app is using Google+ API method called people.me. I was notified via E-Mail that this Api is going to shutdown on March 7. I was given a list of methods used by me in that Api and this was the only method in the list.
Today it's March 11 and the method keeps working correctly. Why? Maybe I understood something wrongly?
If you check the top of a lot of the methods in the Google+ documentation you will see this
The Google+ People API list endpoint is deprecated. Consider using the Google People API instead.
On some of the methods that does not appear. IMO that is because some of these endpoints never actual read from the Google+ api rather they were reading from the google people api all along and just got a plus in the name. They may at some point have read from it and were moved when they redid google contacts. The people.me endpoint is part of the google people api and not the google plus api
People.get
GET https://www.googleapis.com/plus/v1/people/userId
is the same as
people.get
GET https://people.googleapis.com/v1/{resourceName=people/*}
The data for both of those end points comes from google contacts.
Now again this is just my opinion i have emailed google several times and the only answer i got back is we will look into it. I would wait until April if they are still live i guess we are good.

xamarin.oauth /xamarin forms Facebook linkedin google authentification

I am new in Xamarin ,I am looking for a way to put facebook/linkedin/google authentication. I have looked at many tutorials but none of them is recent and there are not working well or there are obsolete.
Here is the tutorials, I have found: click to seeing the page
Do you know a recent and better one ?
There are many samples about how to authenticate users in facebook or google. And I find your article here in MSDN with a sample which runs in VS2015. Even though it's a little bit out of date, you can also find something useful.
You can also refer to the official documentation of Xamarin.OAuth and the sample here. Modify the information in Constants to your own's. This article specify how to register in Google and get the Client ID and Redirect URL.
You can read it more carefully then create your own UI to achieve authentication.

How to set or get write permission on Google+ for post on google+ ?

We have tried to set/get write permission bellow:
https://www.googleapis.com/auth/plus.me
https://www.googleapis.com/auth/plus.stream.read
https://www.googleapis.com/auth/plus.stream.write
https://www.googleapis.com/auth/plus.circles.read
https://www.googleapis.com/auth/plus.circles.write
for posting on google plus, but I am not able to post on google+ wall.
Google plus API is a read only API. You can NOT post to Google plus (website / google+ wall)programmatically.
It really wont matter what scope you send your not going to post to a wall. If you are looking at activates they are also not posting to a wall.
Activates are internal based upon your application. If you install your application and your friend does you will both see the posts but no one else as they are only view able via your application. They are not posted publicly on the google plus website.
We can able to post on Google+ Wall.
Once we will need top create Domain account for google so we will get write permission for posting.
I have already done it.

Get comment count on specific URL from Google+ comment box - Google+ API

I have a Google+ comment box on my WordPress blog.
It posts comments specific to the window.location of each post - so it can display comments that were made with comment box at that exact URL (below the comment box).
This works great - I would however like to display the total number of Google+ comments at the top of the post as well...
Is there a way to query the G+ API for this info?
I have poured over the Google documentation and unfortunately I don't speak software engineer fluently!
If you want the link to a post (it's just lorem ipsum right now):
http://www.thedesignlabproject.com/frontPage/post6/
Thanks!!
There are no APIs for the Google+ comments widget. You can perform a search for public comments that were shared to Google+ but that's about it. If you would like to see an API you should file feature requests.

Google API to get all public & private photos +1'd by the currently authenticated user

I've been cheerfully plus-one-ing all the good photos that my family and I share with each other (shared only to my family circle, not public). I assumed that at some point I'd be able to retrieve all +1'd photos and create a physical family album... however it looks like there's no way through the Google+ UI to actually retrieve that information:
https://plus.google.com/+RobertoTyley/posts/i4bqxxSpceq
Is there any API that allows you to retrieve the currently authenticated user's +1s?
As far as I can tell there is no way to see what you have +1ed you can see your comments so if you had commented on all the posts.
Activites list only appears to return public posts, being that its public only its no help to you. That and its posts and not +1s
Comments list is of no help either even if you had commented and not +1ed because its comments on a post and not a picture and you would have to know the post.
But the thing is that pictures are also accessible via the Picasa Web Albums Data API I don't have any experience with this API, but just scanned the documentation a bit. It does let you request albums and check the comments on the album it may also show a +1 on it I don't know.
IMO Google+ api is probably a dead end I don't think it has what you need. I would try digging around the Picasa api see if you cant use that instead.

Resources