Skip to main content
Version: Development

Scopes

This is a simple list of ALL the scopes we accept for tokens and applications. When a scope is applied to a token, it has permission to obtain information or take a specific action.

NameScopeDescription
User Getuser.getGet the user's data like Username, Display_name and bio.
User Emailuser.emailAllows you to get the user's email within the user.get.
User Edituser.editAllows you to edit the users data like Username and Display_name.
User Followuser.followAllows you to follow another user.
User Get Followersuser.followers.getAllows you to get the user's followers list.
User Get Followinguser.following.getAllows you to get the user's following list.
Post Getpost.getGet the user's post data like content and likes.
Post Sendpost.sendAllows you to send a post on the user's behalf.
Post Editpost.editAllows you to edit a user's posts.
Post Deletepost.deleteAllows you to delete a user's posts.
Post Likepost.likeAllows you to like a post.
Reply Getreply.getGet the user's reply data like content, likes and parent post.
Reply Sendreply.sendAllows you to send a reply on the user's behalf.
Reply Editreply.editAllows you to edit a user's replies.
Reply Deletereply.deleteAllows you to delete a user's replies.
Reply Likereply.likeAllows you to like a reply.
Feed Getfeed.getAllows you to get a curated list of posts designed for the user.
Feed Publicfeed.publicAllows you to get a list of random posts.

Notes:

  • You must have the user.get scope to use any of the other user scopes, this also goes for the post and reply scopes