Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do you find out someones soundcloud userid?

Tags:

soundcloud

I've literally looked everywhere and cannot figure out how to find someones userid that I can use inside their embed code. Anyone know how to find it out?

like image 427
user2570937 Avatar asked Oct 11 '13 13:10

user2570937


People also ask

Can you find your friends on SoundCloud?

That's a handpicked list of some of the our favorite users on the 'Cloud. But wait, there's more — if you've connected your profile to your other social networks, click the “Find friends” tab in order to add your SoundCloud-using friends from around the web! Pretty neat, eh? Now go ahead and add some friends!

How do you find someone's email on SoundCloud?

There is no way to get a user's email address using the SoundCloud API.

How do I follow someone on SoundCloud?

You can follow anyone on SoundCloud by clicking the 'Follow' button on the right hand side underneath their Profile Header image. By following another user, you will get their latest uploads in your Stream, so you can listen to the newest music or audio as it is released.


1 Answers

Tim's project seems to be broken. Figured I'd just copy and paste the solution here. Thanks subZero!

curl -v 'http://api.soundcloud.com/resolve.json?url=http://soundcloud.com/YOUR_USER_NAME&client_id=YOUR_CLIENT_ID'
like image 91
jozecuervo Avatar answered Sep 19 '22 00:09

jozecuervo