Fimfiction Developers

Followers

The follower system lets users follow other users to see when they post blog entries and new stories.


Relevant Scopes

  • write_followers

Table of Contents

GET /users/:id/following

Retrieves users the user is following.


Returns

[ follow ]


Parameters

:id The numeric id of the user to see the follows of. Can be set as me to retrieve for the authenticated user

Filters

name
name
Filter out users who do not match name

Sort

date_followed
Date the user followed
followers
Number of followers the user has
blog_posts
Number of blog posts the user has posted
stories
Number of stories the user has posted
name
Name of the user

Pagination

  • Default Size: 100
  • Maximum Size: 1000
  • Type: page
GET /users/:id/followers

Retrieves the user's followers.


Returns

[ follow ]


Parameters

:id The numeric id of the user to see the followers of. Can be set as me to retrieve for the authenticated user

Filters

name
name
Filter out users who do not match name

Sort

date_followed
Date the user followed
followers
Number of followers the user has
blog_posts
Number of blog posts the user has posted
stories
Number of stories the user has posted
name
Name of the user

Pagination

  • Default Size: 100
  • Maximum Size: 1000
  • Type: page