There's a bunch of require_onces in oauth.module. This means that whenever the .module file is read, it'll also read oauth.php, etc. This isn't really following the Drupal way because we should only include oauth.php when we need to use oauth.php.....

This needs some design fixes....

Comments

sumitk’s picture

will fix this weekend
thanks for pointing out :)

cheers!!
sumitk
http://sumitk.net

brmassa’s picture

Status: Active » Fixed

Rob,

I started the OAuth 2-x today. Its basically a port from Webservices' OAuth module (which will be deprecated), with some new features. It's much more compact and light than 1.x and doesnt use that much of require_once.

best regards,

massa

RobLoach’s picture

Awesome news! Looking forward to taking a look at the API.

brmassa’s picture

Rob,

i will launch a beta or so very very soon. The -dev version will be automatically created by d.o tomorrow i think.

regards,

massa

sumitk’s picture

checked newer ver. 2 of module
Not much features but surely lighter

there are a lot of UI features we included in ver 1 we can also import those to version 2

sumitk
http://sumitk.net

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.