The OAuth 2 URL and API Version is not in-line with the new Changes for the Linkedin API.

CommentFileSizeAuthor
#2 new_linkedin_api.patch1.41 KBheldercunha

Comments

heldercunha created an issue. See original summary.

heldercunha’s picture

StatusFileSize
new1.41 KB

I added the correction.

coulton’s picture

The Company ID call has also been changed with the move to the v2 API so now instead of it being:

$url = $global_settings['api_url'] . '/' . $global_settings['api_version'] . '/companies/' . $settings['company_id'] . '/updates';

it would now be:

$url = $global_settings['api_url'] . '/' . $global_settings['api_version'] . '/organizations/' . $settings['company_id'] . '/updates';