19

Tries to use SoundCloud API for a client

Docs say you need a client key

Wants to create one by signing up clients application

Signup-Form says:applicazion registration currently not available

Goes to soundcloud dev forums

Raging devs rage about that soundcloud has terminated their api registration for about 13 months now

Me thinking: That's probably the best way to make a conpany grow!

Comments
  • 1
    And the client?
  • 1
    @Mizz141 can't use soundcloud on his website as hard as it is.
  • 4
    Welp 😐 noice from them 🤗 Alternative: write a javascript client-side code to make the api requests via the normal webpage and parse the html response. That a bit "hacky" but if there is no other solution this would be problem solver - although not one to show off with 😉
  • 4
    @moagggi I hate it when this becomes the solution
  • 1
    @tmpnull I too, but when this is the only available solution beneath not having a solution, that's want has to be done :/
  • 0
    @moagggi the problem is that i need to stream sound
  • 3
    Well...
    that only leaves one thing...
    *pulls out the scraper and phantomjs*
  • 1
    @ScaryException If you open the network tab on soundcloud and play a song you can actually get the URL of the whole file (not sure if this has been changed but it worked a year or so ago) :)
Add Comment