Starting Drupal installation. This takes a few seconds ...           [ok]
WD php: Exception: OAuth library:                                    [error]

Please download OAuth.php, extract the archive and copy the contents
to the following location:sites/all/libraries/oauth. Make sure the
file, OAuth.php, is located atsites/all/libraries/oauth/OAuth.php. in
install_verify_requirements() (line 753 of

Comments

btopro’s picture

OAuth isn't currently on the packaging whitelist of drupal.org. Definitely needed. May be worth pointing to this issue to get it involved.

btopro’s picture

Status: Active » Needs review

in digging into an easy way of doing this without adding a white-listed library, I realized that LTI tool provider (the thing mad above) and the OAuth module on d.o. are both referencing the same fork of the google provided OAuth base library. I've put in a patch to the LTI developer to allow for inclusion of OAuth module to use for making its requests. If this goes through then it'll be very easy to include both modules in an install routine successfully:

#1930402: OAuth Module support (patch included)

btopro’s picture

Version: » 7.x-1.x-dev
Issue summary: View changes
Status: Needs review » Closed (fixed)