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

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -