Topic-icon Issues with Linkedin Stream

Hi
I published SCStream to show linkedin stream, but there issues.
The first is that the link 'LINK TO JOB' is linked to my home page, not at post. Also the Provider icon, always shows the website home page, not the linkedin page
Always there is an error 'Empty oauth2 access token in top of page.
In administrator, channel is ok the user logged as administrator is correctly set to Linked. Also in Linkedin developer page all is good.

Can you help me?
You can see the issues here :
www.indra.it/a
Thanks
 
The topic has been locked.
Support Specialist
3 years 2 months ago #67043 by alzander
Thanks for the link to the page and description. That's definitely strange behavior that we haven't seen before.

For the OAuth token message, can you check if the stream is trying to show from any other providers (Twitter or Facebook)? If so, disable those and test again, since LinkedIn seems to be fetched from.

As for the Link to Job text, there have been some issues with LinkedIn's API and there's some code we commented out for generating the link properly. Can you edit the following file:
/components/com_jfbconnect/libraries/providers/linkedin/channel/company.php
Around line 177, you'll see:
//$post->link = self::getShareLink($this->provider->client, $data->id);
Can you remove those two // from the front of that line and see if the link works without causing other issues?
You should also clear your Joomla cache to make sure the feed is refetched.

Finally, if you're still having issues, I'd ask that you send us FTP credentials to your site, if possible. You can send those privately by using the Contact Us link. Once received, we'll gladly investigate further as to what may be the problem.

Thanks,
Alex
The topic has been locked.