You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please see the [JS Spotify Web Playback SDK wrapper](#js-spotify-web-playback-sdk-wrapper) to learn how to use Spotify's web playback SDK in a browser application.
59
+
59
60
60
61
### Android
61
62
**Note**: For information on how to integrate implicit/PKCE authentication, Spotify app remote, and Spotify broadcast notifications into
@@ -114,6 +115,7 @@ to the sections below or the [Spotify authorization guide](https://developer.spo
114
115
- If you're using the api in Kotlin/JS browser, use SpotifyImplicitGrantApi
115
116
- If you need access to client resources in an Android or other application, use SpotifyClientApi with PKCE
116
117
118
+
**Note**: You can use the online [Spotify OAuth Token Generator](https://adamratzman.com/projects/spotify/generate-token) tool to generate a client token for local testing.
117
119
118
120
### SpotifyAppApi
119
121
This provides access only to public Spotify endpoints.
@@ -380,7 +382,10 @@ APIs available only in `SpotifyClientApi` and `SpotifyImplicitGrantApi` instance
380
382
-`ClientPlayerApi` (view and control Spotify playback)
381
383
382
384
## Platform-specific wrappers and information
385
+
383
386
### Android authentication
387
+
For information on how to integrate implicit/PKCE authentication, Spotify app remote, and Spotify broadcast notifications into
388
+
your application, please see the [Android README](README_ANDROID.md).
384
389
385
390
### JS Spotify Web Playback SDK wrapper
386
391
`spotify-web-api-kotlin` provides a wrapper around Spotify's [Web Playback SDK](https://developer.spotify.com/documentation/web-playback-sdk/reference/)
0 commit comments