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

Errors when using third party logins #9

Open
larzconwell opened this issue Jan 27, 2013 · 1 comment
Open

Errors when using third party logins #9

larzconwell opened this issue Jan 27, 2013 · 1 comment

Comments

@larzconwell
Copy link
Contributor

When you click on the Log in With Twitter button, I get the following error

/home/larz/Desktop/omg/node_modules/passport/lib/passport/context/http/actions.js:91
  this.next(err);
       ^
TypeError: Property 'next' of object #<Context> is not a function
    at Context.actions.error (/home/larz/Desktop/omg/node_modules/passport/lib/passport/context/http/actions.js:91:8)
    at OAuthStrategy.authenticate (/home/larz/Desktop/omg/node_modules/passport-twitter/node_modules/passport-oauth/lib/passport-oauth/strategies/oauth.js:183:30)
    at exports.OAuth.getOAuthRequestToken (/home/larz/Desktop/omg/node_modules/passport-twitter/node_modules/passport-oauth/node_modules/oauth/lib/oauth.js:512:17)
    at passBackControl (/home/larz/Desktop/omg/node_modules/passport-twitter/node_modules/passport-oauth/node_modules/oauth/lib/oauth.js:368:13)
    at IncomingMessage.exports.OAuth._performSecureRequest.request.on.callbackCalled (/home/larz/Desktop/omg/node_modules/passport-twitter/node_modules/passport-oauth/node_modules/oauth/lib/oauth.js:380:9)
    at IncomingMessage.EventEmitter.emit (events.js:126:20)
    at IncomingMessage._emitEnd (http.js:366:10)
    at HTTPParser.parserOnMessageComplete [as onMessageComplete] (http.js:149:23)
    at CleartextStream.socketOnData [as ondata] (http.js:1447:20)
    at CleartextStream.CryptoStream._push (tls.js:544:27)

And when I click on Sign in With Facebook, I get the following:
image

@larzconwell
Copy link
Contributor Author

Wait the Facebook could be because I didn't change the tokens :p

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