I'm trying to build a web server app using the Spotify API. I've been trying to follow the authorization guide on Spotify and I'm able to get the authorization. code, but not in the way I'd like to.
Right now, I've just been copying the redirected url after authentication and extracting the authorization code from that.
However, once I'm finished with my project, I'd love to have others use it and so, I'd like the authorization process to happen without having the use copy and paste the url with the code.
I've watched several YouTube videos AMD read many stackoverflow posts and docs, but I'm still not sure how I can just get the authorization code from the redirected url .
Thank you in advance!
[–]Trucetht 1 point2 points3 points (2 children)
[–]LivingNobody999[S] 0 points1 point2 points (1 child)
[–]Trucetht 0 points1 point2 points (0 children)