You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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!
The text was updated successfully, but these errors were encountered: