Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get login info from Callback? #81

Closed
gabriel-jones opened this issue Jul 8, 2015 · 4 comments
Closed

Get login info from Callback? #81

gabriel-jones opened this issue Jul 8, 2015 · 4 comments

Comments

@gabriel-jones
Copy link

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
Copy link
Member

phimage commented Jul 8, 2015

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

@gabriel-jones
Copy link
Author

@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
Copy link
Member

phimage commented Jul 8, 2015

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

@phimage
Copy link
Member

phimage commented Nov 9, 2015

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants