- 
                Notifications
    You must be signed in to change notification settings 
- Fork 0
Open
Description
In releaseRadar.go and discoverWeekly.go, near the top are these comments
	// Follow this link and after you authenticate, it will redirect, and the url will have a code query parameter. Paste the code in codeQueryParam variable below.
	// https://accounts.spotify.com/authorize?client_id=&response_type=code&redirect_uri=https%3A%2F%2Fexample.com%2Fcallback&scope=playlist-read-private%20playlist-modify-private%20playlist-modify-public%20user-read-email&state=34fFs29kd09
- client_id isn't set, and the result is a failure page.
- Does this assume the user is logged in already?
 
- I suspect that the redirect_uri is either unnecessary or incorrect since it references example.com
Metadata
Metadata
Assignees
Labels
No labels