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

Twitter SSO fails at the callback stage #15

Open mz2 opened 8 years ago

mz2 commented 8 years ago

I have entered the twitter login key & secret and authentication callback, but I'm getting one of two possible error messages when attempting to then log in with it.

I get either:

Internal error.
Oops! Looks like something went wrong!
/auth/twitter/callback
This feature is temporarily unavailable

or (without making any configuration changes) …

2.

Internal error.
Oops! Looks like something went wrong!
/auth/twitter/callback
Error processing your OAuth request: Invalid oauth_verifier parameter

I have got all the other major SSO backends working with my instance: Google, Facebook, GitHub all work just fine with their OAuth callbacks.

julianlam commented 8 years ago

Do you have a callback url defined?

mz2 commented 8 years ago

Yes I do indeed.

mz2 commented 8 years ago

It's set to that /auth/twitter/callback

mz2 commented 8 years ago

Would the Error processing your OAuth request: Invalid oauth_verifier parameter error message suggest some bug in the authentication implementation as the cause?

samarthsikotara commented 7 years ago

Use https://api.twitter.com/oauth/access_token?oauth_verifier=AAAAAAAABBBBBBBBBBCCCCCCC

StrangerPings commented 6 years ago

@samarthsikotara use that where though?