mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-27 00:25:54 +03:00
[GH-ISSUE #267] How can I get the authorization? I'm a beginner #145
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#145
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JessicaMartini212887 on GitHub (Mar 22, 2018).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/267
Hi, I'm Jessica and I'm using Spotipy for my graduation. I have a question. After downloading spotipy and requests-master, I have created my Spotify App on Developer. I have ma Client ID and my secret key. Now how can I get the authorization?
@ritiek commented on GitHub (Mar 22, 2018):
Check out #194.
@JessicaMartini212887 commented on GitHub (Mar 22, 2018):
Ok I think that I've done it! I'm using Python on Anaconda Tool, version 2.7. The console has returned me this output:
I've matched my app with my account and then the console return a white line...
Now Can I have access to Spotify user data???
@smoreface commented on GitHub (Apr 24, 2018):
@JessicaMartini212887 you might be running into this issue: https://stackoverflow.com/questions/32956443/invalid-redirect-uri-on-spotify-auth
you have to specify a redirect URL (it can just be http://localhost/) but you also have to whitelist it with your app. good luck!
@Plopkonijn commented on GitHub (Jun 9, 2018):
@smoreface

the localhost thing is not working...
URL just to show you its not right
https://accounts.spotify.com/authorize?client_id=3bc077932594438db9329051e4a86392&response_type=code&redirect_uri=+http%3A%2F%2Flocalhost%2F&scope=playlist-modify-private
@stephanebruckert commented on GitHub (Jan 13, 2020):
@smoreface seems correct
@Plopkonijn see https://github.com/plamere/spotipy/issues/298