Here is the situation i am working on. In our application different users can log in to Instagram and upload the media. I have collection of all the media-id uploaded by different users.Now I want to get number of likes on each of the media uploaded. I read the documentation on instagram developer and i have few questions to clarify.
Is it really necessary to get authenticated in order to get number of likes on any media. ?
If yes then can i access number of likes on the media uploaded by other users ? OR API can only access the details of the account for which Token has been generated ?
Is it even possible to get the number of likes without generating authentication token using media-id ?
Platform is ASP.NET MVC. Please share your knowledge on this and point me to right direction.