We are currently using the Instagram APIs to get the authentication token by asking users to login with instagram on our application. Once we get the authentication token we are using it to get the number of likes on a particular media using /media/{media-id}/likes
But as you can see facebook is deprecating these APIs and connecting instagram with Graph APIs. I have converted by instagram profile to business profile and have got the access to graph apis.
The question i have now, is will i be able to track the media likes using the graph APIs ?