MaxURL SoundCloud

From WikiName
Revision as of 18:49, 6 June 2014 by Apask (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

In this example, we'll get an API key from Soundcloud , and use it in Javascript code to form an XMLHttpRequest

The first thing you need to do is go to your

Soundcloud developer page

And register a new application. Once you have done that, Soundcloud will give you a "client id" for that application.

Open the project for this example, you can download it here


File:Soundcloud patcher.png

If you double click on the js object, you will see the JS code

Enter your Soundcloud client ID in line 8 of the JS code.

File:Soundcloud js.png