Closed optikfluffel closed 8 years ago
Is there any example on how to get the currently authenticated user's stream/timeline?
Get a session (either from a new login or from the cached session):
Session.login(...) { response in }
or
let session = Soundcloud.session
Load activities:
session.activities { paginatedResponse in }
Code for this is here.
Is there any example on how to get the currently authenticated user's stream/timeline?