Jared Hanson
Jared Hanson
What response_type type do you need to set other than code? The authorization code flow is the one specified by the OAuth 2.0 specification, and any other response_type is likely...
OpenID Connect also introduces a number of other required checks (nonce, etc), that would not be handled by a base OAuth 2 strategy, such as this. That might lead to...
Can you provide more information about what "RelayState" you are referring to, and how it relates to this strategy?
Is your application whitelisted by Twitter for it?
What debugging have you done to isolate this issue to this project?
I don't understand what you mean by "took out all the content"? Content in the request, or content in the code? It might help to post an example of the...
Is your verify callback getting called? Are you calling 'done' within that. I'd suspect not, and that is the cause Sent from my iPhone > On Aug 14, 2015, at...
Can you provide a stack trace for that error? It will help diagnose where the actual issue is.
If you set the `NODE_ENV` environment variable to`development` (`NODE_ENV=development`), that should print out the stack trace.
Unfortunately, without a stack trace its going to be hard to reproduce this issue or pinpoint it to a bug in Passport. Please update this issue with that information once...