node-soundcloud icon indicating copy to clipboard operation
node-soundcloud copied to clipboard

User Credentials Flow: Authorise with user & password

Open Whitevinyl opened this issue 8 years ago • 1 comments

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!

Whitevinyl avatar Sep 03 '16 09:09 Whitevinyl

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 !

romualdr avatar Sep 24 '16 12:09 romualdr