mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 20:55:57 +03:00
[GH-ISSUE #81] Get login info from Callback? #50
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#50
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 (Jul 8, 2015).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/81
How could I get the employee's unique ID from them logging in to the app connect page in Quickbooks? In other words, how can I access the callback's parameters sent back by Quickbooks so I can use that for other tasks?
@phimage commented on GitHub (Jul 8, 2015):
Provide some codes, api link if it is not "intuit" api. Is it OAuth1?
@gabriel-jones commented on GitHub (Jul 8, 2015):
@phimage The API uses OAuth1. It is the Quickbooks API, and calls are made to this endpoint: "https://sandbox-quickbooks.api.intuit.com/v3/company/company_id/", and the login is at this link: https://appcenter.intuit.com/Connect/Begin
@phimage commented on GitHub (Jul 8, 2015):
maybe PR #79 is the solution, parameters returned by server is added to success callback
@phimage commented on GitHub (Nov 9, 2015):
I closed my PR #79 due to conflit, need to make a new one