• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

Twitter Authentication

I trying to install that in my forum.. that go to the twitter page, and after go to my page but where i need register a new user with twitter auth, show an error of xf..
 
Select Application tipe in Browser and Default Acess type en Read & Write
42441048.png
Salud2​
 
yes, thats exactly how mine is set up, but it still errors.
  1. register new twitter account
  2. go to your xf and sign in with twitter
  3. click allow
  4. confirm username and enter a date of birth
  5. click submit, get error
  6. see your account in 'new members'
  7. try to login by clicking sign in with twitter
  8. click allow
  9. you are now logged in.
clearly something isnt working as expected.
and is it supposed to ask deny/allow on every single subsequent login?
 
xenforo doesnt specify an error.
its not a php error or the like. its the generic templated xenforo error page.
 
yes, thats exactly how mine is set up, but it still errors.
  1. register new twitter account
  2. go to your xf and sign in with twitter
  3. click allow
  4. confirm username and enter a date of birth
  5. click submit, get error
  6. see your account in 'new members'
  7. try to login by clicking sign in with twitter
  8. click allow
  9. you are now logged in.
clearly something isnt working as expected.
and is it supposed to ask deny/allow on every single subsequent login?

Yep I have had the same issue - I have removed this authentication for the time being.
 
One more small edit.
Add the Twitter Login to the full page login/register system.
The page you get when you click on a link as a guest and it's members only for example.
That said, the authentication worked for me.
 
2011-01-12-08h54_33.png


the account is added the system, but I can't log in with it. I can continue to create accounts with twitter and the same twitter account..

Awaiting a working version. Can provide evidence in video if you like.
 
kind of .. mostly works.
I get the same error above when I use twitter to register, however the account has successfully registered, and I can now use it. I can also logout, and log back in using twitter without any errors.

I captured an error for you:
Code:
Mysqli prepare error: Unknown column 'twitter_auth_id' in 'field list'

in file:
library/Zend/Db/Statement/Mysqli.php:77

this only seems to be an issue on registration (installed and mostly working at http://www.fps.net.nz )
 
  • Like
Reactions: Ray
Any update on this? It has been a week. I'd love to get this on my forum!

I would wait for xF to put it in now to be honest - it seemed a very hacky add on this one.

Although not sure when it will go in now with 1.0 being a RC1 stage and no more features being added.
 
I would wait for xF to put it in now to be honest - it seemed a very hacky add on this one.

Although not sure when it will go in now with 1.0 being a RC1 stage and no more features being added.
Luckily, I am not relying on this modification. I will add it when xF adds it.
 
kind of .. mostly works.
I get the same error above when I use twitter to register, however the account has successfully registered, and I can now use it. I can also logout, and log back in using twitter without any errors.

I captured an error for you:
Code:
Mysqli prepare error: Unknown column 'twitter_auth_id' in 'field list'

in file:
library/Zend/Db/Statement/Mysqli.php:77

this only seems to be an issue on registration (installed and mostly working at http://www.fps.net.nz )

Are you still getting the error mentioned above?
Is it compatible with v1.0?

Thanks
 
Top Bottom