mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-27 08:35:49 +03:00
[GH-ISSUE #974] Is there a way to avoid the "Enter the URL you were redirected to: " prompt when using OAuth Authorization flow? #585
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#585
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 @Ori248 on GitHub (May 12, 2023).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/974
Hi. I'm using Spotipy for a project I make, and I have to say it is really convenient and clear. But I struggle with one thing regarding the OAuth authorization flow. In the app I make, my goal is to ask a user to login with their Spotify account, and then immediately proceed. However, I can't simply proceed as there is an input prompt asking me to "Enter the URL you were redirected to". Currently, I haven't found any way to proceed besides copy-pasting the URL, which as far as I understood will be an action the user will have to do before proceeding in my app. My question is as follows:
Is there any way to either avoid this prompt completely or automate the URL copy-paste process, so that the user can simply proceed in the app without further interaction after logging in?
Any help is welcomed. Thank you in advance.
@dieser-niko commented on GitHub (May 15, 2023):
add
redirect_urilike this:@Ori248 commented on GitHub (Jun 15, 2023):
Hi, and thank you for resolving my issue! For some reason I haven't received a notification about your answer and therefore I've seen it just now. The problem turned out to be that my redirect_uri was in https instead of http lol. Thank you again!
@dieser-niko commented on GitHub (May 23, 2024):
Closing as it appears that your issue has been resolved.