download the OAuth.php library from http://code.google.com/p/oauth/ and
specify the full path on the module admin interface

am i missing something I am not seeing any full path field on in the admin area for linkedin?

I am getting Fatal error: Class 'OAuthSignatureMethod_HMAC_SHA1' not found in /home/xxxxxxx/public_html/fbc/sites/all/modules/linkedin/linkedin.inc on line 227

which i assume the module does not know where it is but I can not find any place to tell it where it is.

Comments

kayceedub’s picture

If you go to http://[your domain]/admin/config/services/linkedin, the field is under base settings.

I've put in http://[my domain]/sites/all/libraries/OAuth.php which is where I have my OAuth library. But oddly, I am still getting the "Unable to find the OAuth library. Please check your settings for the Linkedin module." message.

Maybe you'll have better luck. I also installed the OAuth module to no avail.

peterx’s picture

Home » Administration » Configuration » Web services » LinkedIn integration » Base settings » OAuth library full path (including filename):
/var/www/example.com/public_html/sites/all/libraries/oauth/OAuth.php

I used the files from http://code.google.com/p/oauth/ and saved them by hand. Forget the subdirectories unless you want to develop more Oauth code.

ce84465’s picture

Greetings. I'm a newbie at Drupal and am a little confused as to the base settings directions.

I can't figure out what is meant by the file name/full path in the LinkedIn Integration Module. I downloaded OAuth from drupal. Is this referring to the application name (when applying for the API), the OAuth User Token, or the OAuth User Secret, or something else?

Thank you
Ken

davad’s picture

You need to specify the path to OAuth.php from the module's configuration page (/admin/config/services/linkedin) under "OAuth library full path". I'm using the OAuth library provided by the Drupal OAuth module, so I have it set to "sites/all/modules/oauth/lib/OAuth.php".

ce84465’s picture

Great thank you! I am using the Drupal OAuth module as well and have the same settings but am not seeing the LinkedIn output to the module. I think it's because i haven't installed the patch yet.