Error using Twitter Auth - Closed.
I am currently trying to use twitter to login. Whenever I login, I get redirected to my app and notice the login state has not changed.
The login page ( localhost:3000/ ) URL after redirect is >
I assume this is because in my Twitter API Settings I left
I do not want or need a user's email, but maybe I need one ?
I want to allow the user to sign in, and then save that user in my database using their user_id ( twitter user id ) as the unique ID.
Any ideas on how I can do this ?
The login page ( localhost:3000/ ) URL after redirect is >
http://localhost:3000/?error=server_error&error_description=Error+getting+user+email+from+external+providerI assume this is because in my Twitter API Settings I left
get email from user off.I do not want or need a user's email, but maybe I need one ?
I want to allow the user to sign in, and then save that user in my database using their user_id ( twitter user id ) as the unique ID.
Any ideas on how I can do this ?