Active
Project:
LinkedIn Integration
Version:
7.x-1.x-dev
Component:
Documentation
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Nov 2011 at 15:23 UTC
Updated:
3 Mar 2013 at 18:27 UTC
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
Comment #1
kayceedub commentedIf 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.phpwhich 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.
Comment #2
peterx commentedHome » 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.
Comment #3
ce84465 commentedGreetings. 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
Comment #4
davad commentedYou 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".
Comment #5
ce84465 commentedGreat 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.