mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[GH-ISSUE #396] I cant login to facebook or google or linked in #254
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#254
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 @nathankonrad1 on GitHub (Jul 22, 2017).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/396
Hey, first of all, really appreciate your huge work on this library. Thanks a lot
Description:
I have these callbacks urls: (these are working perfectly on web)
http://staging.claimit-server.com/auth/facebook/callback
http://staging.claimit-server.com/auth/google/callback
http://staging.claimit-server.com/auth/linkedin/callback
And I am trying to login with FB, Google or LinkedIn, it works perfectly, but callback not working.
I can see JSON in SFSafariVC (see attach), but cant handle to get back to my app.
Its something wrong with my urls? Or may I missed something when setting up.
Can you please help?
Thanks in advance
OAuth Provider (Facebook, Google, LinkedIn2):
OAuth Version:
OS (Please fill the version) :
Installation method:
Library version:
Xcode version:
@phimage commented on GitHub (Aug 14, 2017):
https://github.com/OAuthSwift/OAuthSwift#how-to
a redirection must be done to call yourapp:://oauth-swift to call OAuthSwift.handle(url: url)
your claimit-server just display the information needed as json...
why you need it?