Posted by spideep on December 21, 2010 at 2:15pm
Good day, this is my first discussion, glad to be here...
While OAuth module is active, the submodules of Twitter show it as missing. Why is this happening? And how I can fix it?
PD: check the attached image please.
info:
Drupal 6
OAuth 6.x-3.0-beta3
Twitter 6.x-3.0-beta3
Thanks
@spideep
| Attachment | Size |
|---|---|
| twittermodules.jpg | 259.83 KB |

Comments
Service is not enabled
Please check the setting on OAuth module.
thanks!
edrupler.com
Or reinstall the Module
If The setting are fine! you might wanna reinstall the Module, I will definitely fix you issue
thanks!
edrupler.com
Done without Success!!
:(
Alexis Rengifo
Got the solution
Twitter 6.x-3.0-beta3 is incompatible with OAuth 6.x-3.0-beta3.
Using OAuth 6.x-2.02 I had no problems.
Thanks Freddy Cahuas,
Thanks all.
Alexis Rengifo
Reinstall
I also would say reinstall OAuth 6.x-2.02. It works fine for me. But other CMS like Wordpress at my Tagesgeldkonto have similar problems.
same problem
resolve the issue with twitter and oauth-beta-3
this is related to a
this is related to a namechange in twitter module file called:
- "twitter_actions.info"
- "twitter_post.info"
- "twitter_sign.info"
Change
dependencies [] = oauth
to
dependencies []= oauth_common
This change means that we are updating the name of the module Oauth from oauth to oauth_common.
T