0

I am using linkedin API skd https://github.com/zoonman/linkedin-api-php-client for Linkedin In share

I am able to share normal text content successfully on my linkedin account

But don't know how to share Rich media in post?

Please any one help me, Thanks in Advance

1 Answers1

0

I added support of image upload in version 0.0.12.

It appears to me that LinkedIn doesn't allow uploads. See this issue. I believe some steps has to be taken by LinkedIn development team or they supposed to disclose eligibility requirements for those kinds of actions.

I assume we have to be LinkedIn partners in order to perform those uploads.

zoonman
  • 1,116
  • 1
  • 12
  • 30
  • Thanks a lot zoonman to write back. I have checked "https://hootsuite.com/" is uploading images. Would you please suggest that way so we can upload image same way. – Bharat Borikar Feb 09 '18 at 05:36
  • HootSuite is 100% a LinkedIn marketing partner. They might have access to some extra API endpoints (even to private ones). Are they actually uploading Rich Media or they just uploading somewhere and sharing it? For me none of v2 API worked except token obtaining. – zoonman Feb 09 '18 at 14:17
  • @zoonman is the library available to use with Laravel? If yes, can you please share the docs. Thanks – Amit Khare Mar 21 '20 at 14:16
  • @AmitKhare, it is generic Composer/PHP library. It is compatible with all modern PHP frameworks based on composer. Laravel, Symphony, Lumen should work with it. But you need to write your own integration.. – zoonman Mar 22 '20 at 02:56