Using oauthconnecter, I can grant access (add account) via twitter -- however, when I attempt to log back in via twitter, drupal does not "remember" me, so I can taken back to the twitter grant access page.

anyone else experience this one?

Comments

tvilms’s picture

Yes. I'm experiencing the same thing.

I login fine connecting with Twitter. Then if I log out and go back to login, this happens:

1) Twitter asks me all over again if I'll authorize the Twitter App to use my account. I click on yes.
2) I get sent to an empty login page, with nothing populated and in the user menu it still says "log in", not "my account"
3) If I click on the Twitter login button again, then I log in fine

But this is too many steps. This Twitter login workflow looks broken.

voxpelli’s picture

Sounds like this perhaps could be related to this? https://dev.twitter.com/blog/changes-to-sign-in-with-twitter

N20’s picture

same problem here.. does anybody made progress with this issue?

gabriel.camby’s picture

I do.

Your Twitter authorization endpoint is not correct.
You should use /oauth/authenticate instead of /oauth/authorize.

I think that the Twitter preset is not up-to-date but you can change it easily in the "OAuth Consumer Advanced Settings" section.