mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[GH-ISSUE #229] Redirect URI not working #127
Labels
No labels
bug
cocoapod
duplicate
enhancement
feature-request
help wanted
help wanted
invalid
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/OAuthSwift#127
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 @SamL98 on GitHub (May 15, 2016).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/229
I was previously using the default authorize_url_handler for authorization, and the redirect_uri that I registered with Spotify worked properly. However, I recently set the authorize_url_handler to a custom webview. The authorization still works but the redirect_uri doesn't anymore. Did the default oauthswift handler append something to the uri that I should do as well?
@phimage commented on GitHub (May 15, 2016):
Did you define a delegate to your webview,maybe the delegate do something
You can in delegate handle the redirection url and call OauthSwift.handleOp...
But redirection with scheme must work as well