Active
Project:
OAuth Connector
Version:
7.x-1.0-beta1
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 May 2013 at 16:37 UTC
Updated:
5 Sep 2013 at 12:27 UTC
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
Comment #1
tvilms commentedYes. 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.
Comment #2
voxpelli commentedSounds like this perhaps could be related to this? https://dev.twitter.com/blog/changes-to-sign-in-with-twitter
Comment #3
n20 commentedsame problem here.. does anybody made progress with this issue?
Comment #4
gabriel.camby commentedI do.
Your Twitter authorization endpoint is not correct.
You should use
/oauth/authenticateinstead 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.