How to get Client id and Client Secret: Step1: Step2:
Transcription
How to get Client id and Client Secret: Step1: Step2:
How to get Client id and Client Secret: Step1: Go to this url 'https://soundcloud.com/login?return_to=%2Fyou %2Fapps' and sign in with your google or facebook or soundcloud account Step2: Write your Application name Step3: Register your application Step4: Note down Client id and Client secret and use in your module How to get Track id: Step1: Login to your sound cloud account by click here http://soundcloud.com step2: Click on view all tracks Step3: Click on track of which you want to find track id Step4: Click on Share Button Step5: A popup open click on Embed Step6: On the Same page extract track id from code and preview Important Note: Code and preview structure is like this: ' <iframe width="100%" height="450" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https %3A//api.soundcloud.com/tracks/1038822&auto_play=false&hide_related=fa lse&show_comments=true&show_user=true&show_reposts=false& visual=true"></iframe>' Above highlighted 1038822 is your track id that is in src attribute after tracks trackid is placed,Copy it and use in your module Follow the above steps and get track id of any song you want How to get Playlist Id: Step1: Go to this Url 'https://soundcloud.com' and login if not already login . Step2: In you Playlist Click On share button Step3: A popup came Click on embed Step4: Note Down Playlist id and use in your module Important Note: Code and preview structure is like this: ' <iframe width="100%" height="450" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https %3A//api.soundcloud.com/playlists/38853817&auto_play=false&hide_related =false&show_comments=true&show_user=true&show_reposts=false&a mp;visual=true"></iframe>' Above highlighted 38853817 is your playlist id that is in src attribute after playlists playlistid is placed,Copy it and use in your module How to get User Id Step1: Login to sound cloud account and go to profile Step2: Note down User id from the same page In above steps you can get client id,client secret,track id ,playlist id and user id use these in your module. Frequently Asked Questions (FAQ’s) For any query or doubt feel free to contact us: Shoot a ticket - http://webkul.com/ticket