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

Invalid Email error. #4

Closed sad closed 10 years ago

sad commented 10 years ago

When signing in with any Twitter account, I get the following: {"error":"Invalid Email!"} -- not sure what's going on. My app seems to be fine, and I have tried with three Twitter accounts, all with validated emails.

julianlam commented 10 years ago

Sounds pretty serious! I'll take a look at this as soon as I am able :smile: Thanks for reporting!

sad commented 10 years ago

No problem! Seen it on a few forums using this, and it's pretty essential to the one I'm working on. Thanks for looking into it :)

a5mith commented 10 years ago

From Twitter DocumentationThe API won't return an email address to you. If you're interested in a user's email address, you'll have to ask the user for it within your own application as a completely distinct act.

Makes that whole process a bit redundant really, unless you handle this another way Julian that I'm not aware of. :smile:

Perhaps a Google login is on the cards instead.

julianlam commented 10 years ago

Confirmed, triaging.