mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-26 16:15:51 +03:00
[GH-ISSUE #742] implementing authorization on pythonanywhere #450
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#450
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 @marco060314 on GitHub (Nov 11, 2021).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/742
Hi, I'm currently trying to allow for authentication using the "token = util.prompt_for_user_token(username, scope, client_id, client_secret, redirect_uri)" on pythonanywhere, but it does not seem to work as it redirects onto the server's computer rather than the user's computer. Is there some other way to allow for authorization instead of this? thanks.
@Mardiff commented on GitHub (May 30, 2022):
Hey did you ever figure this out?
@dieser-niko commented on GitHub (May 23, 2024):
Closing as it seems that there's no activity. Also I think this issue is somewhat outdated as there are now multiple ways for headless auth.
You can check out these examples: