[GH-ISSUE #81] Get login info from Callback? #50

Closed
opened 2026-03-03 16:45:12 +03:00 by kerem · 4 comments
Owner

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?

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?
kerem 2026-03-03 16:45:12 +03:00
Author
Owner

@phimage commented on GitHub (Jul 8, 2015):

Provide some codes, api link if it is not "intuit" api. Is it OAuth1?

<!-- gh-comment-id:119654220 --> @phimage commented on GitHub (Jul 8, 2015): Provide some codes, api link if it is not "intuit" api. Is it OAuth1?
Author
Owner

@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

<!-- gh-comment-id:119655799 --> @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
Author
Owner

@phimage commented on GitHub (Jul 8, 2015):

maybe PR #79 is the solution, parameters returned by server is added to success callback

<!-- gh-comment-id:119693796 --> @phimage commented on GitHub (Jul 8, 2015): maybe PR #79 is the solution, parameters returned by server is added to success callback
Author
Owner

@phimage commented on GitHub (Nov 9, 2015):

I closed my PR #79 due to conflit, need to make a new one

<!-- gh-comment-id:155037279 --> @phimage commented on GitHub (Nov 9, 2015): I closed my PR #79 due to conflit, need to make a new one
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/OAuthSwift#50
No description provided.