elixtagram v0.4.0 Elixtagram.API.Media

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

Summary

Functions

Fetches a media item from the Instagram API by id

Fetches popular media

Searches media items based on some passed params

Fetches a media item from the Instagram API by shortcode

Functions

media(media_id, token \\ :global)

Fetches a media item from the Instagram API by id.

popular(count, token \\ :global)

Fetches popular media

search(params, token \\ :global)

Searches media items based on some passed params.

shortcode(code, token \\ :global)

Fetches a media item from the Instagram API by shortcode.