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
31
votes
1 answer

Why is the LinkedIn API's 'picture-urls::(original)' field no longer returning values?

I've been importing photos with the picture-urls::(original) field for years but since 2018/2/26 about half of profiles have not been returning this field and since 2018/3/1 none of them have been returning it. The picture-url field is not a usable…
Ben
  • 917
  • 9
  • 14
28
votes
4 answers

How to report a bug in the LinkedIn API?

I've been searching and searching, but I can't find out how to report a bug in the LinkedIn API. LinkedIn's Developer site is completely devoid of any mention of bugs. Even Googling "How to report a bug in the LinkedIn API" yields…
rinogo
  • 8,491
  • 12
  • 61
  • 102
28
votes
4 answers

linkedin Uncaught Error: You must specify a valid JavaScript API Domain as part of this key's configuration

I have followed the instructions listed here in the 10 minute instructions: guide And the help from stackoverflow listed here: stackanswer I still get this error: Console.log error: Uncaught Error: You must specify a valid JavaScript API Domain as…
S Renzler
  • 283
  • 1
  • 3
  • 4
28
votes
8 answers

linkedin : Invalid redirect_uri. This value must match a URL registered with the API Key

I am using 'omniauth-linkedin-oauth2'. When I am login with linkedin then I am getting this error Invalid redirect_uri. This value must match a URL registered with the API Key. This is my settings:
Dipak Panchal
  • 5,996
  • 4
  • 32
  • 68
25
votes
1 answer

linkedin "this application is not allowed to create application tokens"

My main problem is getting the token. I can’t go further than this step. In the Linkedin API's docs there are two ways described to obtain the token. Witch is the correct one? 1) …
Cess Bucle
  • 277
  • 1
  • 3
  • 3
25
votes
4 answers

LinkedIn V2 api: Not enough permissions to access /me GET

I have been trying to use the linkedin V2 api, but constantly getting error. I created an developer application. Set up redirect url as "https://www.getpostman.com/oauth2/callback" to make request using postman (as per postman documentation).…
Avishekh Bharati
  • 1,858
  • 4
  • 27
  • 44
25
votes
12 answers

LinkedIn not picking up og:image

For one of my websites I am using Open Graph to enrich posts shared from my website. But LinkedIn is not picking the image specified in og:image. The image is modified for the LinkedIn bot to be 200px X 200px by a simple PHP script. I found some…
Rik Morskate
  • 251
  • 1
  • 3
  • 5
24
votes
6 answers

unauthorized_scope_error in LinkedIn oAuth2 authentication

I am following the official Microsoft instructions in Sign in with Linkedin (there are also the Linkedin instructions here), which also link here for the authorization code flow. As instructed, I have set up a linkedin application and used the…
Markos Fragkakis
  • 7,499
  • 18
  • 65
  • 103
24
votes
8 answers

Logout from LinkedIn API

I have worked with LinkedIn API and need guidance about logging out from Linkedin API once I click Logout in my application. I have tried the following code: function closeSession(){ IN.User.logout(); }
MUTHURAJ
  • 261
  • 2
  • 8
24
votes
4 answers

Derive LinkedIn profile URL from user ID?

Is it possible to derive a linkedin profile url (public OR private) from the user ID?
Yarin
  • 173,523
  • 149
  • 402
  • 512
23
votes
2 answers

Linkedin: Sharing URL Summary not appearing

I'm not sure if this is new behaviour or if it didn't work at all. So I'm using the LinkedIn Customized URL feature, you can look it up here. The URL looks like…
posixpascal
  • 3,031
  • 3
  • 25
  • 44
22
votes
7 answers

How to clear Linkedin Share cache?

I have a new description in the page but when I share the page it is still using the old description that no longer exists, I am after something similar like the Facebook Lint. Any ideas?
Scott Alexander
  • 221
  • 1
  • 2
  • 3
22
votes
3 answers

Which image shows up when a link is "attached" on Linkedin?

When I try to share a "discussion" (which is merely a link from our website) at linkedin through the "Attach a link", it used to pull a nice image earlier, but it ceased to do so now. Is there a meta property="og: we should specifically use for…
whySoSerious
  • 315
  • 1
  • 4
  • 12
21
votes
1 answer

LinkedIn in-app browser forcing video to fullscreen on iPhone

We are using LinkedIn to share a link to an HTML5 interactive video. When the link is shared, by default it opens in LinkedIn's browser inside the app. The problem is that when the user starts playing the video, the browser automatically switches to…
Jussi Pölkki
  • 211
  • 1
  • 4
21
votes
5 answers

Facebook, Twitter, LinkedIn share link count

Is there any way to get the number of users to share a link on Facebook, Twitter, and LinkedIn? Example: How many times some link was shared to Facebook, Twitter, and LinkedIn to calculate the popularity of some content? How to get share count my…
Sajith
  • 856
  • 4
  • 19
  • 48