Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to create soundcloud client id #93

Closed
RakibHasanMunna1 opened this issue Jun 24, 2020 · 9 comments
Closed

How to create soundcloud client id #93

RakibHasanMunna1 opened this issue Jun 24, 2020 · 9 comments
Labels
help Needs assistance

Comments

@RakibHasanMunna1
Copy link

Screenshot_20200624-140356

@RakibHasanMunna1 RakibHasanMunna1 added the help Needs assistance label Jun 24, 2020
@mmoomocow
Copy link
Contributor

see this project for how to get one without the google form

@RakibHasanMunna1
Copy link
Author

Not working ☹️

@mmoomocow
Copy link
Contributor

Are you signed into an account?

@RakibHasanMunna1
Copy link
Author

Are you signed into an account?

Yes

@paraswtf
Copy link

paraswtf commented Jun 25, 2020

It will appear as <action-on-website>?client_id=something whenever you play a song or do something on their website, hope it helps @RakibHasanMunna1

@mmoomocow
Copy link
Contributor

Here is a step-by-step guide

  1. sign in to an account
  2. go to any page
  3. open developer tools (ctrl/cmd + shift + i)
  4. open the Network tab
  5. reload page
  6. look for anything that has ?client_id=
  7. click on that request and look at headers
  8. look for the url
https://api-v2.soundcloud.com/me/play-history/tracks?client_id=SomeStringOfNumbersAndLetters&limit=25&offset=0&linked_partitioning=1&app_version=1593096385&app_locale=en
  1. copy the client id, in the URL above it is SomeStringOfNumbersAndLetters

@RakibHasanMunna1
Copy link
Author

Here is a step-by-step guide

  1. sign in to an account
  2. go to any page
  3. open developer tools (ctrl/cmd + shift + i)
  4. open the Network tab
  5. reload page
  6. look for anything that has ?client_id=
  7. click on that request and look at headers
  8. look for the url
https://api-v2.soundcloud.com/me/play-history/tracks?client_id=SomeStringOfNumbersAndLetters&limit=25&offset=0&linked_partitioning=1&app_version=1593096385&app_locale=en
  1. copy the client id, in the URL above it is SomeStringOfNumbersAndLetters

Mobile user

@eritislami
Copy link
Owner

Mobile user

We can't help you with that, read the readme & try googling your problems.

@Klubuntu
Copy link

Here is a step-by-step guide

  1. sign in to an account
  2. go to any page
  3. open developer tools (ctrl/cmd + shift + i)
  4. open the Network tab
  5. reload page
  6. look for anything that has ?client_id=
  7. click on that request and look at headers
  8. look for the url
https://api-v2.soundcloud.com/me/play-history/tracks?client_id=SomeStringOfNumbersAndLetters&limit=25&offset=0&linked_partitioning=1&app_version=1593096385&app_locale=en
  1. copy the client id, in the URL above it is SomeStringOfNumbersAndLetters

Thanks ✅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help Needs assistance
Projects
None yet
Development

No branches or pull requests

5 participants