elixtagram v0.7.0 Elixtagram.API.Follows

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

Link to this section Summary

Functions

Fetch the user’s followers

Fetch the users a user follows, without pagination

Fetch the users who have requested to follow the user associated with the token passed

Link to this section Functions

Link to this function followed_by(user_id, token \\ :global)

Fetch the user’s followers

Link to this function follows(user_id, query, token \\ :global)

Fetch the users a user follows, without pagination.

Link to this function relationship(user_id, token)
Link to this function relationship(user_id, action, token)
Link to this function requested_by(token \\ :global)

Fetch the users who have requested to follow the user associated with the token passed