By Bonitto Daley on Thursday, 26 May 2016
Posted in Technical Issues
Replies 3
Likes 0
Views 789
Votes 0
I was following your LinkedIn auto posting tutorial:

http://stackideas.com/docs/easyblog/administrators/autoposting/setting-up-linkedin-autoposting

How do I auto post to ONLY the company page and not to my profile and company page? Should I just uncheck w_share?
Hey Bonitto,

I've global search about this info, but it seems like Linkedin API saying that MUST set this permission `w_share`.

Reference link : https://developer.linkedin.com/docs/share-on-linkedin
·
Thursday, 26 May 2016 10:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex,

so is it or is it not possibleto only share to the company page?

Thanks,

Tristan
·
Thursday, 25 January 2018 18:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Tristan,

If you want to only share to a linkedin company page and not the personal account, you can edit the codes in /administrator/components/com_easyblog/includes/oauth/adapters/linkedin/client.php and at line 182 - 184 remove the codes below:

[gist]
// Share to their account now
$response = parent::sharePost('new', $options, true, false);
$state = $response['success'] ? true : false;
[/gist]
·
Thursday, 25 January 2018 21:33
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post