
Getting started with Web API - Spotify for Developers
The Spotify Web API provides different endpoints depending on the data we want to access. The API calls must include the Authorization header along with a valid access token.
Web API - Spotify for Developers
Once you have created your app, you will have access to the app credentials. These will be required for API authorization to obtain an access token. Use the access token in your API requests. You can …
Home | Spotify for Developers
Build with Spotify’s 100 million songs, 5 million podcasts and much more See it in action 1 Get your top 5 tracks 2 Save the 5 songs in a playlist 3 Listen to the songs right here right now
Web API - Spotify for Developers
Once you have created your app, you will have access to the app credentials. These will be required for API authorization to obtain an access token. Use the access token in your API requests. You can …
Getting Started with Web Playback SDK - Spotify for Developers
The following tutorial will lead you step by step to create a simple client-side page to host a new Spotify player based on the Web Playback SDK to stream content along with the rest of devices from your …
Spotify Android SDK - Spotify for Developers
We provide a Getting Started tutorial to help you set up your build environment and get started with the Spotify Android SDK. The tutorial leads you through the creation of a simple app that connects to the …
Authorization Code Flow - Spotify for Developers
The Spotify OAuth 2.0 service presents details of the scopes for which access is being sought. If the user is not logged in, they are prompted to do so using their Spotify credentials. When the user is …
Getting started with Android SDK | Spotify for Developers
To play a playlist given a Spotify playlist URI, we are going to connect to the Spotify app and use the PlayerApi command. From there we can get the PlayerApi directly and call play.
Authorization - Spotify for Developers
In this tutorial, we explain how to use Spotify's Android auth-lib. The Android auth-lib is a small library included in the Android Spotify SDK, which authenticates the user and allows apps to get an …
Apps - Spotify for Developers
By default, your app will be in Development Mode with limits on the number of users who can install it, and the number of API requests it can make. Note that you can request an extension of this quota if …