![]() |
SoundCloud API - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: SoundCloud API (/showthread.php?tid=41679) |
SoundCloud API - El Forum - 05-13-2011 [eluser]austintbiggs[/eluser] I'm trying to start working with the SoundCloud API, but I'm unsure of where to jump in. My end goal is to have an application that you authorize for SoundCloud once, then stores the authorization [token, I think] in a mysql database. From there you can upload tracks, get user & track information and also embed the SoundCloud player. Does anyone have suggestions on where I should start? I've taken a lot an Ben Edmunds' SoundCloud demo, but it seems to overwhelm me a bit. SoundCloud API - El Forum - 05-14-2011 [eluser]toopay[/eluser] Read their docs SoundCloud API - El Forum - 05-14-2011 [eluser]austintbiggs[/eluser] I've already read their docs, I'll try learning more about API's in general I guess. |