mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[GH-ISSUE #344] Could you provide better explanations of the sequence of calls necessary to implement OAuth2 on a MacOS app with OAuthSwift? #214
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#214
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 @shyamalschandra on GitHub (Mar 2, 2017).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/344
Description:
I looked at the demo and at the example code in the README.md but am having problem knowing if I am on the right track besides just "shooting in the dark" by repeatedly compiling and trying different things multiple times. What should I do?
OAuth Provider (Twitter, Github, ..):
Twitter
OAuth Version:
OS (Please fill the version) :
Installation method:
Library version:
1.1.1
Xcode version:
8.2.1 with Swift 3.1
@phimage commented on GitHub (Mar 3, 2017):
you can start by posting your code or error message
(you must know closure and DispatchQueue/async to understand OAuthSwift)