Skip to content

Guidance for getting codeQueryParam #1

@lucasmoten

Description

@lucasmoten

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions