mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-27 05:05:51 +03:00
[GH-ISSUE #489] Safari cannot open the page because the address is invalid Question #323
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#323
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 @Jingyi-li on GitHub (Sep 4, 2018).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/489
Description:
Hi,
I try to get authorize from dropbox. I can reach the login page but when I try to allow the access to its own folder and inside to my dropbox, there is an error show up "Safari cannot open the page because the address is invalid".
Sorry I am a new coder I still not familier with xcode. My friend told me that token need a server? But I saw the demo seems not need it. Sorry I try to read the readme.md, and I cannot full understand it. It will be very appreciated that you can help me.
Thanks
OAuth Provider? (Twitter, Github, ..):
OAuth Version:
OS (Please fill the version) :
Installation method:
Library version:
Xcode version:
[x ] 9.4
9.0 (Swift 4.0)
9.0 (Swift 3.2)
8.x (Swift 3.x)
8.0 (Swift 2.3)
7.3.1
other: (Please fill in the version you are using.)
objective c
@phimage commented on GitHub (Sep 12, 2018):
The server is the provider, so for you Dropbox
You must debug to see what happens
Maybe you did not registered FTPtester url scheme in your project configuration) see readme
https://github.com/OAuthSwift/OAuthSwift#setting-url-schemes
@Jingyi-li commented on GitHub (Sep 13, 2018):
Thanks solve the problem
@olcayertas commented on GitHub (Sep 28, 2018):
What is the application name here?
Is'nt it my custom url scheme like:
myapp://bla-bla?Should I just use
myapp?