elixtagram v0.3.0 Elixtagram.API.Follows

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

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

Functions

followed_by(user_id, token \\ :global)

Fetch the user’s followers

follows(user_id, query, token \\ :global)

Fetch the users a user follows, without pagination.

relationship(user_id, token)
relationship(user_id, action, token)
requested_by(token \\ :global)

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