Looking at the APP API, it seems like you can determine whether or not a user is subscribed to a playlist or not. However, my app requires the user to be able to subscribe or un-subscribe from a playlist.
Is this possible using the Javascript App API at all?
For the currently logged in user you can subscribe and unsubscribe from a playlist by setting the playlist's subscribed property.