Prashanth Rajaram
Prashanth Rajaram
I can work on this!
Hi! I've created https://github.com/github/docs/pull/21596 to address the note that @lucascosti pointed out above. Thanks!
Yes. I've had success with this. I use a helper in my app to handle the credential flow. ``` let spotify = new SpotifyWebApi({ clientId: 'YOUR_CLIENT_ID' clientSecret: 'YOUR_CLIENT_SECRET', redirectUri: 'YOUR_REDIRECT_URI'...
@SnowPrimate It looks like you're getting a valid response after using the client credentials flow. The links you see are API paths but they won't work unless you use the...
@SnowPrimate You're welcome! Yes that is the right idea. To build a completely stateless application that does what you want when you run it or on schedule, you'll need to...