node-soundcloud
node-soundcloud copied to clipboard
User Credentials Flow: Authorise with user & password
Hi, I was wondering if you'd consider adding (or know how I can modify my end) authorisation for a single user with given username and password? As mentioned here under "Authenticating without the SoundCloud Connect Screen": https://developers.soundcloud.com/docs/api/guide#authentication
I'm currently building something (it's a creative soundcloud bot) which just uses a single account and needs to auto connect and upload it's creations. I've tried a bunch of node/soundcloud packages now and not had any luck getting any to work - would really appreciate any help/suggestions, Thanks!
You could use Phantom JS to emulate the form filling and sending. It's pretty easy to code and a node API is available.
I don't think the library could provide such method except by depending on Phantom and adding it to the dependencies, but i assume that's not the goal of this lib.
Good luck !