Write access to a user's plyr.fm data. Clients request include:fm.plyr.authFullApp at sign-in and the PDS expands it into the collections this set currently lists — the set can evolve without clients changing their scope request.
View raw schema
{
"type": "permission-set",
"title": "Full plyr.fm Access",
"detail": "Provides full access to all plyr.fm features including uploading and managing tracks, playlists, likes, and comments.",
"description": "Write access to a user's plyr.fm data. Clients request include:fm.plyr.authFullApp at sign-in and the PDS expands it into the collections this set currently lists — the set can evolve without clients changing their scope request.",
"permissions": [
{
"type": "permission",
"action": [
"create",
"update",
"delete"
],
"resource": "repo",
"collection": [
"fm.plyr.track",
"fm.plyr.like",
"fm.plyr.comment",
"fm.plyr.list",
"fm.plyr.actor.profile"
]
}
]
}