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

Having a bit of trouble. #2

Open
rsatyan opened this issue May 23, 2014 · 0 comments
Open

Having a bit of trouble. #2

rsatyan opened this issue May 23, 2014 · 0 comments

Comments

@rsatyan
Copy link

rsatyan commented May 23, 2014

Jared,
Thank you for the intuit strategy, i'm having a bit of trouble invoking QB api's after authentication, passport gets me the profile and token for a user, but the request to intuit requires oauth headers which i'm not sure if passport holds

 oauth_token: user.token,
//oauth_nonce:  // Can be a unique random string .. maybe uuid
oauth_consumer_key: config.get('intuit:consumer_key'),
oauth_signature_method:'HMAC-SHA1',
oauth_version:'1.0',
//oauth_signature:// Contains the value generated by running all other request parameters and two secret values through a signing algorithm.

Any help is appreciated. Thank you

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

No branches or pull requests

1 participant