mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[GH-ISSUE #297] Instagram authorizeWithCallbackURL never called #178
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#178
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 @jjjeeerrr111 on GitHub (Oct 19, 2016).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/297
Description:
When trying to authenticate with Instagram, after typing in username and password I see successful login data but I am never redirected back to the app and the authorize completion block is never handled. Here is my code:
OAuth Provider (Twitter, Github, ..): Instagram
OAuth Version:
OS (Please fill the version) :
Installation method:
Library version:
Xcode version:
@phimage commented on GitHub (Oct 19, 2016):
#295 just closed now but open when you creating this bug
before opening an issue read contribution guide (link available when you create an issue)
https://github.com/OAuthSwift/OAuthSwift/wiki/Instagram
then http://54.213.72:8010/login is your callback url, responsible to redirect to your app
@jjjeeerrr111 commented on GitHub (Oct 20, 2016):
@phimage Im not sure what this means. Are you saying we cannot use the explicit method (server-side)?
@phimage commented on GitHub (Oct 20, 2016):
I don't know but last time I test, that do not work (maybe just momentary)
Then your issue title "Instagram authorizeWithCallbackURL never called " is wrong...
are you talking about success and failure block...
Did you call "OAuthSwift.handle(url: url)" somewhere in your code and how you do it? (application scheme, url detection in webview, ...)