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
12
votes
2 answers

Can't share to linkedin using UIActivityViewController

I can't share anything via linkedin using UIActivityViewController. While I tap share via linkedin, it opens the sharing pop up and dismisses immediately after opened it. All other sharing are working fine. Could you please tell me a solution?…
Mumthezir VP
  • 6,251
  • 6
  • 28
  • 57
12
votes
4 answers

Linkedin rest api to search people with name

Is there any LinkedIn Rest API available to search people with first and last name? I am not able to find anything on their developer website. I found this url from some other question:…
Amit Parpiyani
  • 168
  • 1
  • 1
  • 8
12
votes
5 answers

Linkedin Oauth Javascript authorization "uh oh!"

I can't login on my app with Linkedin, i see modal linked dialog with "uh oh!" What to do? Why don't work linkedin Oauth? function onLinkedInLoad() { IN.Event.on(IN, "auth", function() {onLinkedInLogin();}); IN.Event.on(IN, "logout",…
trigger
  • 489
  • 10
  • 26
12
votes
1 answer

LinkedIn API: GET public profile from e-mail

I'm using R to connect with the LinkedIn API. I'd like to pass it the email of a user and retrieve that user's public profile. I've gone through the documentation here, but have found nothing useful on the subject. I'm sure that this is somehow…
Sekoul
  • 1,361
  • 2
  • 14
  • 30
12
votes
7 answers

How to clear the cache of LinkedIn sharer manually

At using share function via LinkedIn API, one and the same picture is transfered for each page of the website http://hrm.mysitedemo.co.uk The picture is cached on the server. The address of this picture on server is: link Address that leads to…
ChessBarbarian
  • 306
  • 1
  • 3
  • 9
12
votes
2 answers

Can i put both og:image:secure_url and og:image on page for linkedin and facebook

my website is currently running on HTTPS://. i am leveraging add this for social functionality. Problem: i face following problems on linkedin sharing. a) Most of time only half of the image comes b) Some time image does not appear. Questions: 1)…
Techmaster
  • 1,032
  • 2
  • 12
  • 26
12
votes
2 answers

Keep url encoded while using URI class

I'm trying to get public profile information from LinkedIn. To achieve this I have to provide http://api.linkedin.com/v1/people/url=public-profile-url, where public-profile-url MUST be URL encoded. The issue is that .NET classes such as HttpClient,…
11
votes
1 answer

No publication date found Linkedin POST INSPECTOR

It took me more than a month to find the cause of not finding the publication date. Here my code: Rouse - Rouse launches China Software Litigation Report
11
votes
4 answers

LinkedIN API in Asp.NET

Is there any way to implement LinkedIN API by using C#,VB.NET. We need to call profile , companies ,Jobs etc API of linked in using mentioned technologies.
Syed Raheel Abbas
  • 121
  • 1
  • 1
  • 3
11
votes
1 answer

Getting jobs list from Linkedin API

I'm trying to fetch/search jobs from the Linkedin API. After creating an app, verifying it and getting an access-tokens (2-legged authorization) I'm able to get my data by sending GET requests to https://api.linkedin.com/v2/me (with Authorization…
idoshveki
  • 133
  • 1
  • 1
  • 6
11
votes
0 answers

Marketing Developer Platform access request rejected

Not so far ago I've requested a "Marketing Developer Platform" product acces for my LinkedIn application. After few days from request I got "declined" status without any explanation over my email. Is there any chance to get any details about it? And…
11
votes
1 answer

permission error while making ugc video post on linkedin

I am trying to create video post on linkedin with new ugc endpoint there are two steps to create this type of post 1). Upload video asset on linkedin server (done) 2). make post request to ugc endpoint with request body I have successfully uploaded…
sachin jangid
  • 123
  • 1
  • 7
11
votes
2 answers

LinkedIn API to search public posts based on Hashtag

Hashtags become more and more popular on LinkedIn: https://www.linkedin.com/help/linkedin/answer/71587/adding-hashtags-in-your-articles?lang=en https://www.linkedin.com/pulse/hashtags-linkedin-directory-list-who-what-where-when-how-amy-jones/ Is…
Alberty Pascal
  • 123
  • 1
  • 9
11
votes
3 answers

LinkedIn API for Company Directory

I'm trying to use the LinkedIn API to search for companies, not users. I specifically don't want users - only companies. I had a look at the LinkedIn API Documentation (RTFM and all that), but as far as I can tell it's not supported. There are 2…
Jaco Pretorius
  • 24,380
  • 11
  • 62
  • 94
11
votes
1 answer

LinkedIn isn't letting me Google users anymore - "sentinel_org_block"

Not sure if this is related to recent belt-tightening of the LinkedIn api (and perhaps not the correct Stack place to be posting this), but I'm having a weird error when using LinkedIn from my server. I know they're really locking down on "web…
JVG
  • 20,198
  • 47
  • 132
  • 210