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

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.

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.

I'm trying to use Instagram API

I'm using default Instagram API, but when I try to fetch comments on posts, I'm getting a response with data empty, even when I know that there are comments on the post.
https://www.instagram.com/developer/endpoints/comments/
So when I tried to report it, it told me to migrate to Instagram Graph API. I searched, its look it's for personal use for business, I was building a raffle website helper, randomly pick a winner from a comment, and this broke my project.
Edit 1
So I'm confused because when I access Instagram Developer website says to gonna to new Instagram Graph API, but here, I got a message that it's just for business accounts, but I already have registered my app with "facebook login" like the links you have sent to me
See demo what I'm building: https://youtu.be/DmVN5t0dRaY
The problem: https://imgur.com/a/YHC5lZE
This is deprecated by Instagram. It's not really telling you to use the Graph API, it's saying that this is the way they are going and the Graph API is intended for business that want to maintain their own page and interact more successfully with Instagram users.
Instagram still offers an endpoint
GET /users/self/media/recent
That should suit your needs.

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.

Custom Twitter Pictures in stream

There are multiple servies that let you insert pictures and videos into the twitter stream. - with instagram and youtube being two of the first that come to mind.
The question is - how do I do that?
If I want a custom image, and I want to link them back to my site - do I have to use the /statuses/update_with_media.json endpoint (which adds it to pics.twitter.com) along with my own link? Meaning two links?
Is there a trick to how these sites do it, or are they officially supported by Twitter?
To play "in-line" on Twitter.com. Only a select few services will allow this.
in case of videos for example, refer to this article on Twitters website.
https://support.twitter.com/groups/31-twitter-basics/topics/109-tweets-messages/articles/75603-how-to-post-videos-on-twitter
You would need two links if you wanted to host a picture on Twitter itself and have it link to another place. The pictures hyper-link would be converted and another link would need to be added next to it.
more:
How do I add an image to a tweet or how does twitter decide which image urls to render
Is there a public API or meta data to integrate with Twitter new media system?
(PS great CI articles, thanks for all your help! :)

Is it possible to get upcoming event / show information from a Myspace page without scraping?

I want to get show information from myspace artists. One way I could do this is ask an artist to input their myspace URL and I could try to scrape the page.
What I would really like to do is ask the artist for their myspace credentials and use the myspace api to get their show data. I cannot find how to do this on the myspace developers site. Does anyone know?
And as a side question, if I decide to go the page scraping route, is that legal? I feel like a lot of people do this.
Try out http://livekick.com . It includes all music concerts posted on myspace.
Found this great article on just that: scraping myspace for tour dates. Haven't tested it but looks good.