JesterXL
JesterXL

Reputation: 308

Unminified SoundCloud SDK

I want the unminified SoundCloud SDK. It has an error that doesn't show up anywhere on Google nor here, so I want to debug it myself, but cannot because the minified JavaScript is nigh unreadable.

I found this:

https://github.com/soundcloud/sc-connect/

I downloaded the whole SDK and tried using latest.js... and then tried http://connect.soundcloud.com/latest.js, but I'm getting errors that SC.initialize doesn't exist. If I go back to sdk.js, no problem. I'm a js n00b so I'm sure it's something simple.

Upvotes: 3

Views: 671

Answers (1)

Our Javascript SDK's repository is now public on http://github.com/soundcloud/soundcloud-javascript. Additionally there is http://connect.soundcloud.com/sdk.unminified.js.

Upvotes: 4

Related Questions