Now with status update form and request for network updates
Again a new updated version of the php classes lib for connecting the LinkedIn Api
Download: phpLinkedIn_v1.2.zip
Comments
8 Responses to “Now with status update form and request for network updates”
Leave a Reply

v2 looking good. Just updated the demo to pull images. Still some things to fix. http://www.recruitmentdirectory.com.au/images/blog/linkedin/index.php
My profile being pulled by the API here http://www.recruitmentdirectory.com.au/images/blog/linkedin/thomasshaw.php
Are you accepting patches for this library?
Yes offcourse feel free to contribute
Is there any way to use this script without oauth lib pecl ? I can’t install it on my web server.
Thanks,
Gonzalo.
How can I grab individual fields instead of the entire profile?
Some of this makes sense (from the example file):
getFirstname(); ?>
getHeadline(); ?>
But how would I, for example, be able to select an individual job title and it’s end/start date in PHP?
Same would go for Educational institutions, degrees, etc.
Thanks!
Doh. Nevermind I fixed it. It was simply a typo in my callback url.
Is this library still active? Does it still work for anyone? I’m using PECL OAuth 1.1.0 and any attempt to get the profile has failed on different demos I have tried (including the one included in this distribution). I’m getting a 400 error.
I had problems getting this class to work with PECL OAuth stable versions (1.1.0 & 1.0.0)..
The only real solution i found was going back to beta 0.99.9 og the OAuth package.
Hope this helps someone