I need the statistics of users who have liked/commented on my Instagram post in a certain period of time.
After hours of searching, I came to the conclusion that I could use Instagram graph API to get a list of users who had commented on Instagram post.
but I need a list of users who had liked too. in the Facebook Graph API docs it seems that such a possibility has been provided. if it is possible how can I do that?
I tried to proceed according to the documents, but I think I made a mistake. here is problem