iOS Soundcloud login problems -
am attempting stream own tracks own soundcloud account. have api included in project , starting configuration so:
[scsoundcloud setclientid:client_key secret:client_secret redirecturl:[nsurl urlwithstring:redirect_url]]; am trying hardcode own soundcloud credentials cannot find call in scsoundcloud this. don't want make user login. necessary user login view tracks or can provide anonymous access can stream?
this has been issue last while , appreciated.
thanks in advance.
if anyone's interested, it's done using following:
[[scsoundcloud shared] requestaccesswithusername:@"username" password:@"password"];
Comments
Post a Comment