mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[GH-ISSUE #126] Need help understanding how to use with existing auth_token/auth_token_secret #73
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#73
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 @pbeaumier on GitHub (Oct 10, 2015).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/126
Hi, I really need help understanding how to use the library. I can run the example and it's working great but once I use the authorizeWithCallBackURL and get my auth_token and oauth_token_secret, I have no clue how to re-use those to make a GET/POST when re-running the app without having to go through authentication authorization again.
I have auth_token = "my_auth_token" and my auth_token_secret = "my_auth_token_secret" and of course consumer key and secret.
I am trying to get timeline from my Twitter account. How do I use the already obtained token to get access without requesting new token? I would really appreciate if somebody could post an example. Thanks
@phimage commented on GitHub (Oct 11, 2015):
You get it, so you can also set it at start
@phimage commented on GitHub (Nov 9, 2015):