LinkedIn using Zend OAuth
Recently I needed to connect to LinkedIn and update the status of a user and also post a network update. I achieved the first using the superb article on the site of Formatix. But the latter was not that easy. The LinkedIn API documentation was not that clear on the ‘post network update’ subject, so I had to search another solution. I extended the class of Formatix with a updateNetwork method, and fixed some bugs I found with the use of the Zend Framework version 1.10. Long story short, the best thing to do is head over to his site for a good explanation about how the process works, and then just grab my update here if you need to do network updates too. Read more !

