Hello,

I can not enable "OAuth Authentication", sub module of Service, because it depends on Oauth_common, a deprecated module.
Oauth_common is now https://www.drupal.org/project/oauth.

Best regards

Comments

c.hugot created an issue. See original summary.

tyler.frankenstein’s picture

If you replace oauth_common with oauth in http://cgit.drupalcode.org/services/tree/auth/services_oauth/services_oa... , does that fix it?

kylebrowning’s picture

Category: Bug report » Support request
bisw’s picture

oauth_common module is deprecated and as a replacement oauth module has come. Though the module name is 'oauth' but within this module, it contain 'oauth_common' module. Basically module folder name is 'oauth' but it's machine name is 'oauth_common'. So we can use 'oauth' module here.

So I think this should be fix in 'oauth' module and for now we should documented somewhere.

Note: I did not test service authentication functionality with new oath module.

Thanks
Biswajit

bisw’s picture

Component: Code » Documentation