mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[GH-ISSUE #86] Tuple error using authorizeWithCallbackURL #54
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#54
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 @sephethus on GitHub (Aug 2, 2015).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/86
I can't get this method to compile. I get an error saying:
Tuple types '(credential: OAuthSwiftCredential, response: NSURLResponse?, parameters: NSDictionary)' and '(,)' have a different number of elements (3 vs. 2)
What am I doing wrong here?
@sephethus commented on GitHub (Aug 2, 2015):
Nevermind, I realized I left out parameters in the success closure. On to the next issue....
I should have put:
@phimage commented on GitHub (Aug 2, 2015):
Please close
Check if parameters must be the last after response
@sephethus commented on GitHub (Aug 2, 2015):
Neither order it's in seems to make it launch any URL in Safari...
@phimage commented on GitHub (Aug 2, 2015):
You create an issue for that, please close this one about the tuple...