mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[GH-ISSUE #101] Reconnect #64
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#64
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 @gabriel-jones on GitHub (Sep 2, 2015).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/101
The library should be extended to work with Reconnect APIs (revalidating OAuth tokens). See Intuit Reconnect API here .
@phimage commented on GitHub (Sep 29, 2015):
did you see other api provide the same protocol to reconnect? with similar error code
or there is a RFC?
if not, this is a specific "extension", not to integrate by default in the OAuthSwift framework (could be an other project)
there is also Disconnect
@phimage commented on GitHub (Dec 1, 2015):
After reading the Inuit doc, this not generic and will not be implemented as a generic feature
XML parsing is necessary
You must do a get request on url described in doc
Get the xml, parse it with some swifty xml library
Check if error, and of not get token and token secret and do