Active
Project:
OAuth 1.0
Version:
6.x-3.0-beta4
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Aug 2012 at 01:42 UTC
Updated:
20 Oct 2012 at 17:53 UTC
Not sure if the problem is this module or the Twitter module (6.3 beta 9) or if it's at all related.
After attempting to login into drupal with Twitter, it gets redirected to a page with the following error:
Invalid Twitter OAuth request
warning: Invalid argument supplied for foreach() in /modules/twitter/twitter.lib.php on line 300.
Then when I sign on normally I see these errors:
user warning: Table 'databasename.oauth_common_context' doesn't exist query: SELECT * FROM oauth_common_context t__0 WHERE name IN ('') in /modules/ctools/includes/export.inc on line 378.
user warning: Table 'databasename.oauth_common_context' doesn't exist query: SELECT * FROM oauth_common_context t__0 WHERE name IN ('') in /modules/ctools/includes/export.inc on line 378.
Any ideas?
Thanks.
Comments
Comment #1
juampynr commentedCould you check if table oauth_common_context table exists in your database? If not, I suggest you to reinstall OAuth module.
Comment #2
mattcasey commentedDo not use OAuth 3 - Twitter works with 2.xnevermind, you can't use 2.x anymore. I am getting this error too still