elixtagram v0.3.0 Elixtagram.API.Comments

Provides access to the /media/:id/comments area of the Instagram API (for internal use).

Summary

Functions

Posts a comment to a media item

Deletes a comment from a media item

Fetches comments on a media item

Functions

comment(media_id, text, token \\ :global)

Posts a comment to a media item

comment_delete(media_id, comment_id, token \\ :global)

Deletes a comment from a media item

comments(media_id, token \\ :global)

Fetches comments on a media item