Announcements

Help Wizard

Step 1

NEXT STEP

FAQs

Please see below the most popular frequently asked questions.

Loading article...

Loading faqs...

VIEW ALL

Ongoing Issues

Please see below the current ongoing issues which are under investigation.

Loading issue...

Loading ongoing issues...

VIEW ALL

Adding vanilla JS examples

Adding vanilla JS examples

Hi, I tried using the Spotify Web API and it was a great experience.
On the main page I started with, I saw that some of examples(https://github.com/spotify/web-api-examples) use the express framework to trigger the authorization request.
I think this framework is pretty good, but just using vanilla JS will suffice for training purposes.
So, I challenged myself and implemented some of the features that the Spotify Web API can provide.
I would like my work to be added to the Spotify Web API implementation examples. What is necessary for this?
Link to the project below
https://github.com/semklim/SpotifyAPI_Exame_Step

 

Reply
2 Replies

I think your idea is similar to the Authorization Code with PKCE Flow.

XimzendSpotify Star
Help others find this answer and click "Accept as Solution".
If you appreciate my answer, maybe give me a Like.
Note: I'm not a Spotify employee.

 

Yes, something is similar. I started wrote code before Spotify had redesign . Url to example of using spotify web api has code where (express and var). I think, time to refresh that repository

Suggested posts