Click here to Skip to main content
15,892,161 members
Articles / Web Development

HowTo setup a Spotify API App in the Spotify Developer portal.

15 Aug 2020CPOL4 min read 10.4K   3  
A beginner's step by step guide with screenshots to get a Spotify API App in the Spotify Developer portal and retrieve Client ID and Client Secret which are needed to access the Web API/Endpoints Spotify exposes to use in your code to consume the Spotify cloud services.
Spotify has created endpoints that expose the ability to call these Web Service(s)/endpoint(s) to do things with Spotify. To begin using these Spotify Web Services/endpoints you need to create a Spotify App in the Spotify Developer portal. In this article, I will give step by step instructions including screenshots for each step to achieve this result. In the end, you will also retrieve key pieces of data you need like the ClientID and ClientSecret which need to be supplied to use the Spotify Web Services/endpoints via calls to it from your script/code.
This is an old version of the currently published article.

Only logged in members can view this content

Please go to the Web Development Table of Contents to view the list of available articles in this section.