开发者

How to create SoundCloud api object?

In my iPhone app, I'm trying to allow users to post an audio track to Facebook via Soundcloud. I've been going through this tutorial and have reached this line of code:

 [api perf开发者_如何学PythonormMethod:@"GET" onResource:@"me/connections.json"
     withParameters:nil context:nil userInfo:nil];

My question is going to show how much of a novice I am in this, but: How do I instantiate the api object? Is it a part of a library? What class is it from?


If you open the test projects it shows you in the app delegate how to create the API object.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜