PHP Classes

Example PHP to LinkedIn?

Recommend this page to a friend!

      PHP OAuth Library  >  PHP OAuth Library package blog  >  Learn with a PHP OAut...  >  All threads  >  Example PHP to LinkedIn?  >  (Un) Subscribe thread alerts  
Subject:Example PHP to LinkedIn?
Summary:Is there a PHP example to post to LinkedIn with image?
Messages:1
Author:omega1
Date:2018-04-23 18:16:44
 

  1. Example PHP to LinkedIn?   Reply   Report abuse  
Picture of omega1 omega1 - 2018-04-23 18:16:44
Hello Manuel,

First, thank you for sharing your work!

I am attempting to post to LinkedIn company page wusing PHP. I have been able to successfully create the LinkedIn app, assigned w_share permissions and have my client ID and client secret.

I have been able to use these in the login_with_linkedin.php page and it works (it give a success message and logs me in).

What I do not now understand is how to actually post to my company page? Ideally I'd like to post some test text and an image (which I will then later change dynamically). But initially I just need to be able to understand how to post some text and an image.

Do you have any example PHP code that would allow me to post/share content to my company LinkedIn page?

Thank you in advance.