Questions tagged [linkedin-api]

Open web-services and APIs provided by LinkedIn

LinkedIn API helps to do Digital integration's with LinkedIn

Document

Rest Api

Rest Console - Test your linkedIn api

Official forum community

5277 questions
14
votes
3 answers

LinkedIn / Twitter / Facebook as OAuth and OpenId use

Firstly I understand OpenId is for authentication and OAuth is for authorisation and unlike other questions on the site I am not asking which should be used for which but whether anyone can advise a solution for my issue. I want to allow users to…
monkeylee
  • 965
  • 3
  • 15
  • 32
14
votes
5 answers

Logging in to LinkedIn with python requests sessions

I'm trying to log into LinkedIn using Python requests: import sys import requests from BeautifulSoup import BeautifulSoup payload={ 'session-key' : 'user@email.com', 'session-password' :…
mirri66
  • 614
  • 1
  • 6
  • 18
13
votes
3 answers

How can I load the LinkedIn Javascript API library with a script loader?

The LinkedIn Api suggests you load their javascript library like this: I want to know how I can load this using a script loader…
wilsonpage
  • 17,341
  • 23
  • 103
  • 147
13
votes
10 answers

How to validate a LinkedIn public profile url

I am looking for a way to validate a link to make sure that it is pointing to a LinkedIn public profile page in PHP. I have a website and I would like my users to be able to share their LinkedIn profile in their profile on my website.
maaudet
  • 2,338
  • 4
  • 20
  • 28
13
votes
3 answers

Can't add OAuth 2.0 scopes LinkedIn

I don't have the ability to change OAuth scope in the Linkedin developers page. That's why while trying to get an authorization code I get this…
Malevych
  • 353
  • 1
  • 6
  • 13
13
votes
3 answers

Thumbnails not showing up on LinkedIn share posts

We've set up a new mini-site with extensive social sharing, including LinkedIn. Lots of OpenGraph tagging, the works. We have chosen specific images to be shown when sharing by using the og:image meta property. The images work fine on Facebook…
dvanhook
  • 253
  • 1
  • 2
  • 10
13
votes
2 answers

Bitcode errors with LinkedIn SDK

There are a couple of older questions concerning Bitcode support in LinkedIn's SDK. They seem to concur with LinkedIn's documentation that version 1.0.7 of their SDK supports Bitcode. However, when I attempt to archive our app (using Xcode 7.3.1,…
Sixten Otto
  • 14,816
  • 3
  • 48
  • 60
13
votes
2 answers

Accessing r_fullprofile after new LinkedIn API policy changes

Is the only way to access r_fullprofile by applying for LinkedIn partnership after the new API policy? My application is currently using it for fetching the users "Skills" which requires r_fullprofile instead of r_basicprofile. Would I need to do…
mmiqq
  • 133
  • 1
  • 1
  • 6
13
votes
3 answers

Create direct url to LinkedIn company update

I'm implementing a Compony newsfeed on a website and ran into the following problem. The LinkedIn API doesn't provide a direct URL to a company update. Looking at the LinkedIn site there are direct URL's and they're like this for example:…
PieterAelse
  • 3,578
  • 2
  • 23
  • 33
13
votes
1 answer

IE "Cannot Display the webpage" appearing in browser history

I have developed a website where the "back" button does not always go back to the previous page when using IE - no issue with Firefox or Chrome. It seems that for certain page changes, IE cannot initially display the page, and then successfully…
Paul
  • 538
  • 6
  • 23
12
votes
1 answer

LinkedIn company follow button opens blank page

Is it normal that LinkedIn's company follow button opens a blank page? The button comes from a javascript snippet provided by LinkedIn. I disabled the ad-blocker I use to make sure that isn't the problem. In the inspector I can see that pressing it…
davidvelilla
  • 488
  • 5
  • 18
12
votes
3 answers

LinkedIn API OAuth refresh token

I am using LinkedIn API to pull updates from there and display on the website. While using OAuth, I am storing the token in a file and then pull it from there again to prevent the login popup. However, I am not clear once my token expires how will…
JUG
  • 693
  • 9
  • 25
12
votes
2 answers

LinkedIn V2 API permission for reading socialActions and Shares

I get no permissions error when i make the following linkedIn V2 Api call https://api.linkedin.com/v2/socialActions/{share URN}?oauth2_access_token={access token} LinkedIn Api Response { serviceErrorCode: 100, message: "Not enough permissions to…
12
votes
5 answers

LinkedIn doesn't fetch metadata when sharing website

I'm having issues with sharing a website I'm working on on LinkedIn: LinkedIn doesn't fetch any data from the page. The site's metadata follows the recommendations in their docs. I tried all these suggestions. In addition, I investigated the…
12
votes
3 answers

How to get company logo from Linkedin API?

I made a mock company profile on Linkedin & have uploaded two images (see screenshot at bottom of question) and I'm trying to get the second image (large). I can get the first image using both the logo-url and square-logo-url from the list of…
kramer65
  • 50,427
  • 120
  • 308
  • 488