I want to have a list of people who liked or commented my posts. These are all informations which are not critically regarding GDPR because everybody can see these informations. But the problem is that its not possible anymore to use Instagram API like in 2017:
> https://api.instagram.com/v1/media/{mediaID}/likes?access_token=ACCESS-TOKEN
So I am looking for other solutions like parsing or third party APIs. Would be happy if anybody can help me.
I already tried Instagram API and Graph-API for business accounts but its not working. So I tried to parse the Instagram page for my post. But Instagram only show a 20 likes list and you have scroll for the next 20 likes and so on. Same problem with comments.
I think there have to be some already done solutions for this problem, so I want you to ask for some help.