mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[GH-ISSUE #252] No redirection after Google+ authentication with soundcloud #145
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#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 @tunds on GitHub (Jul 8, 2016).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/252
Seem to be having issues with the google+ authentication with soundcloud... When trying to authenticate a user after entering a users google information there's no redirection it works for email and Facebook but for google it just shows a blank screen as you can see below. This is using the SafariURLHandler btw.
@phimage commented on GitHub (Jul 25, 2016):
Could I have your oauthswift init and auth... code or you use the demo app without modification?
Did you declare the callback url in provider? (some provider want for specific key, secret have you to declare white list of callback url)
"Redirect URI for Authentication"
maybe like https://community.fitbit.com/t5/Web-API/OAuth2-SFSafariViewController-with-Google-Facebook-gets-stuck-on-blank-page/td-p/1303002
@phimage commented on GitHub (Jul 28, 2016):
I have the same issue, maybe an soundcloud issue with google...
We cannot test soundcloud login using safari or any mobile web browser, because soundcloud want us to use phone app
I can't also log using osx app, google button is not clickable...