-
Notifications
You must be signed in to change notification settings - Fork 447
Twitter oAuth Callback triggers exception #35
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
Comments
Can you copy/paste a gist, so I can re-create this error? |
I also have this problem. Trying to figure it out... |
gist please? Also, let me know if this error occurs in example/ which works without errors on my machine. |
I think I know what it is in my case, it's my fault, sorry. |
My first guess was that i forgot about the express session middleware but it's setup and working (req.session exists)...
starting step - getRequestToken
...finished step
starting step - storeRequestToken
...finished step
starting step - redirectToProviderAuth
...finished step
starting step - extractTokenAndVerifier
...finished step
starting step - getSession
...finished step
starting step - rememberTokenSecret
node.js:134
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: Step rememberTokenSecret of
twitter
is promising: requestTokenSecret ; however, the step returns nothing. Fix the step by returning the expected values OR by returning a Promise that promises said values.The text was updated successfully, but these errors were encountered: