Problem with Twitter submodules and Oauth (missing)

Events happening in the community are now at Drupal community events on www.drupal.org.
spideep's picture

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

AttachmentSize
twittermodules.jpg259.83 KB

Comments

Service is not enabled

flyboynomad's picture

Please check the setting on OAuth module.

thanks!
edrupler.com

Or reinstall the Module

flyboynomad's picture

If The setting are fine! you might wanna reinstall the Module, I will definitely fix you issue

thanks!
edrupler.com

Done without Success!!

spideep's picture

:(


Alexis Rengifo

Got the solution

spideep's picture

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

DFranke's picture

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

webankit's picture

resolve the issue with twitter and oauth-beta-3

this is related to a

Tafa's picture

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