elixtagram v0.7.0 Elixtagram.API.Comments
Provides access to the /media/:id/comments
area of the Instagram API (for internal use).
Link to this section Summary
Functions
Posts a comment to a media item
Deletes a comment from a media item
Fetches comments on a media item
Link to this section Functions
Link to this function
comment(media_id, text, token \\ :global)
Posts a comment to a media item
Link to this function
comment_delete(media_id, comment_id, token \\ :global)
Deletes a comment from a media item
Link to this function
comments(media_id, token \\ :global)
Fetches comments on a media item