I'm getting the following error when trying to log in using authlogic_oauth and twitter:
1 error prohibited this user session from being saved
There were problems with the following fields:
Could not find user in our database, have you registered with your oauth account?
Shouldn't this work like facebook connect, and create the account in the users table when it successfully comes back from twitter? I could just be missing something obvious. Thanks for any insight.
I'm getting the following error when trying to log in using authlogic_oauth and twitter:
1 error prohibited this user session from being saved
There were problems with the following fields:
Could not find user in our database, have you registered with your oauth account?
Shouldn't this work like facebook connect, and create the account in the users table when it successfully comes back from twitter? I could just be missing something obvious. Thanks for any insight.