LinkedIn Tutorials

Share a link on LinkedIn

Share a link on LinkedIn

In previous posts I have shared how to share a link on Twitter and Facebook without using API. Now in this tutorial I am showing you how to share a link on LinkedIn without using API. Following URL is used to share a link on LinkedIn as a news with summary. You can change the URL, title and summary value in following URL: You can add this URL as link …

Continue reading

Auto Post on LinkedIn Using PHP OAuth

Auto Post on LinkedIn Using PHP OAuth

In previous tutorials, I have explained Auto Post on Twitter and Facebook. Now in this tutorial I will explain, how you can Auto Post on LinkedIn using PHP OAuth and LinkedIn API. As we already know how we can get user Access Token for LinkedIn, in this tutorial we will share the content on LinkedIn using this Access Token, PHP OAuth and LinkedIn API. Get Access Token You can get …

Continue reading

Get User Access Token for LinkedIn

Get User Access Token for LinkedIn

In my previous tutorials I have explained how you can get user access token for Twitter and Facebook. In this tutorial I am sharing, how you can get user access token for LinkedIn. To get Access Token for LinkedIn you need to create a LinkedIn application and get the Authentication Keys Client ID and Client Secret. Also you will need to use LinkedIn API with OAuth PHP library to get …

Continue reading