mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[GH-ISSUE #74] Yelp example #47
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#47
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 @derrickshowers on GitHub (Jun 6, 2015).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/74
Is there any way to add an example for how this can be used for Yelp? Seems that their API is different from others because the token is already provided and therefore there is not an endpoint available to retrieve the token. I'm hoping there is a way with your framework to manually provide the token?
@derrickshowers commented on GitHub (Jun 6, 2015):
Submitted a pull request for this.
@phimage commented on GitHub (Nov 9, 2015):
I will close this issue
I repost here my comment on PR
Instanciate the OAuthSwift object as usual
Then access, using getter , the client and the credential, then set the token & token secret from conf using property setter