开发者

How to create SoundCloud api object?

开发者 https://www.devze.com 2023-03-11 09:52 出处:网络
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:

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

精彩评论

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