Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>i believe this callback url is for oauth authentication, correct? i needed to do the same thing for twitter and ended up setting up a custom url scheme for my app (ie appname://oauth) and using this as the callback url.</p> <p>in case you want to try this, <a href="http://iphonedevelopertips.com/cocoa/launching-your-own-application-via-a-custom-url-scheme.html" rel="nofollow">see this article</a> on how to launch your app via a custom url scheme. specifically for twitter, you can see <a href="http://jaanus.com/post/3020644963/plainoauth-now-handles-the-easier-url-callback-flow-in" rel="nofollow">jaanus's post</a> on some implementation details and the <a href="https://github.com/jaanus/PlainOAuth" rel="nofollow">github project</a>.</p> <p>while i haven't integrated with soundcloud, i did find that they have an objective-c api that you may want to check out if you aren't already <a href="https://github.com/soundcloud/cocoa-api-wrapper/" rel="nofollow">here</a>.</p> <p><strong>update</strong></p> <p>so what i mentioned is true - that you can use a custom url scheme and such to handle the authentication, but it's not exactly required. i found <a href="https://github.com/soundcloud/cocoa-api-wrapper/blob/master/Usage.md" rel="nofollow">this article</a> which outlines two methods for authentication - the first is for ios4 only and requires very little code. the second should work on 3.x and uses the custom url method i mentioned above (and outlines how to use it to authenticate).</p> <p>so to answer your question once and for all, i suggest you:</p> <ol> <li><p>look at this <a href="https://github.com/soundcloud/cocoa-api-wrapper/blob/master/README.md" rel="nofollow">readme</a> for the objective-c soundcloud api.</p></li> <li><p>read this <a href="https://github.com/soundcloud/cocoa-api-wrapper/blob/master/Setup.md" rel="nofollow">setup guide</a>.</p></li> <li><p>then read this <a href="https://github.com/soundcloud/cocoa-api-wrapper/blob/master/Usage.md" rel="nofollow">usage guide</a>.</p></li> <li><p>check out this <a href="https://github.com/soundcloud/cocoa-api-wrapper/tree/master/TestApps/iPhoneTestApp" rel="nofollow">test iphone application</a>.</p></li> </ol> <p>hope this helps!</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload