Search code examples
apiimgur

Imgur API v3 - Retrieve Image/Album comments


I'm developing a Windows Phone unofficial client for Imgur, the documentation talks about Comments endpoints/data models...but there isn't any method to retrieve comments about a specific image or album.

Anyone known how to retrive them...if is possible? Thanks


Solution

  • After a month I understand how to retrieve them: just putting "/comments" after album or image id. Stupid incomplete API documentation.