julianlam / nodebb-plugin-sso-twitter

NodeBB Plugin that allows users to login/register via their Twitter account.
BSD 2-Clause "Simplified" License
9 stars 8 forks source link

Don't work #12

Open Master-Antonio opened 9 years ago

Master-Antonio commented 9 years ago

My CallBack URL don't work. http://schoolandschool.it/auth/twitter/callback and all is right.

Errore interno. Oops! Qualcosa non funziona come si deve! /auth/twitter Could not authenticate you.

julianlam commented 9 years ago

Have you put in a callback URL in the twitter settings? It does not have to match, it just has to not be empty:

selection_007

Master-Antonio commented 9 years ago

http://i.gyazo.com/12a48fa0ab1966f2798c9ecfa3e8fdf4.png

Lesterpig commented 9 years ago

Same problem here :(

data:    app.js:28600 - 15/7 21:56 [28600] - error: /auth/twitter
data:    app.js:28600 -  Error: {"errors":[{"code":32,"message":"Could not authenticate you."}]}
data:    app.js:28600 -     at Strategy.parseErrorResponse (/*/node_modules/nodebb-plugin-sso-twitter/node_modules/passport-twitter/lib/strategy.js:182:10)
StrangerPings commented 6 years ago

Same problem too