Closed (fixed)
Project:
OAuth 1.0
Version:
6.x-3.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Jul 2010 at 20:13 UTC
Updated:
25 Jan 2011 at 18:03 UTC
Jump to comment: Most recent file
Comments
Comment #1
alex_b commentedOk, this seems to be fixed in DRUPAL-6--2 - release?
Comment #2
alex_b commentedUh, no, it isn't.
Comment #3
alex_b commentedShould it be oauth_common_context_list() instead of oauth_common_authorization_contexts() ?
Comment #4
voxpelli commentedMoving to the OAuth module as the OAuth Common module has replaced it.
Comment #5
voxpelli commentedHas already been fixed in 6.x-3.0-beta1
Comment #7
alphex commentedIs there any plan on fixing this for 2.x
Or, better... making Twitter Signin work with OAuth 3.x?
I've gotten Twitter Signin to work with OAuth_Common 2.x. But its generating this error which is making managing user settings pretty difficult.
Comment #8
alphex commentedIn my specific case, I commented out the FOREACH statement that generates this error.
That foreach statement begins on line 61
This works for ME, it obviously breaks other functionality if you need to authorize consumers in your permissions. Which I don't for my site.
Comment #9
voxpelli commented@duran: Oh - I got so many things to respond to this and I will try my best to sound nice while saying it:
1. The Twitter module clearly states that it uses the 2.x version of the OAuth.module.
2. The OAuth.module clearly states that 3.x and 2.x isn't compatible in any way.
3. OAuth.module 2.x will receive no fixes.
3. There is no longer any method like oauth_common_authorization_contexts() in 3.x.
4. Once again - the Twitter module uses the 2.x version of OAuth.module and not 3.x.
Will the Twitter module be upgraded to work with OAuth 3.x? I certainly hope so. Until then, if you only need to log in with Twitter, you can try my pretty very early version of OAuth Connector: http://drupal.org/project/oauthconnector