how to generate soundcloud oauth token (access token)
问题 I have an asp.net web application where I am trying to upload tracks on Soundcloud using this method: Connecting to and uploading tracks with Soundcloud API using C# .NET I created an app on soundcloud but I don't know how to generate my oauth token [oauth_token] Thanks 回答1: The oauth token is something you get per user after they authorize your app. For server-side web applications, you use the API credentials for your app to redirect the user to the SoundCloud authorization URL so they can