I’m trying to automate Spotify playing music on my Sonos speakers when I scan a NFC tag.
I thought I could use Tasker to automate the necessary API calls...
However, Sonos only supports the OAuth flow “Authorization code”, which makes it impossible to automate the task, since I have to show a webpage to the user for that to work.
Is it possible to authenticate in any non-interactive way (Client credentials) or can I automate the Sonos app somehow? (e.g. Android intent?)