Hi,
I'm trying to create/modify a playlist on a user's behalf from a web app with a java backend...
After reading the docs, i've managed to create a developer token but i'm stuck at creating a user token.
My expectation from Apple was that they would provide some OAuth API call that would bring the user to a log in page followed by a redirect to my web app which will modify/create user's playlists on their behalf.
Does Apple provide support for such calls? How would I create a user token outside iOS (in java)?