Skip to content

Commit fc3a06e

Browse files
authored
Update README.md
1 parent b77d806 commit fc3a06e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ implementation("com.adamratzman:spotify-api-kotlin-core:VERSION")
5555
```
5656

5757
### JS
58-
Please see
58+
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+
5960

6061
### Android
6162
**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
114115
- If you're using the api in Kotlin/JS browser, use SpotifyImplicitGrantApi
115116
- If you need access to client resources in an Android or other application, use SpotifyClientApi with PKCE
116117

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.
117119

118120
### SpotifyAppApi
119121
This provides access only to public Spotify endpoints.
@@ -380,7 +382,10 @@ APIs available only in `SpotifyClientApi` and `SpotifyImplicitGrantApi` instance
380382
- `ClientPlayerApi` (view and control Spotify playback)
381383

382384
## Platform-specific wrappers and information
385+
383386
### 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).
384389

385390
### JS Spotify Web Playback SDK wrapper
386391
`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

Comments
 (0)