Am attempting to stream my own tracks from my own Soundcloud account. I have the API included in my project and starting the configuration like so:
[SCSoundCloud setClientID:CLIENT_KEY
secret:CLIENT_SECRET
redirectURL:[NSURL URLWithString:REDIRECT_URL]];
Am trying to hardcode my own Soundcloud credentials but cannot find a call in SCSoundCloud for this. I don't want to make the user login. Is it necessary to get the user to login to view my tracks or can I provide anonymous access so they can simply stream?
This has been an issue for the last while and any help would be greatly appreciated.
Thanks in advance.