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

LinkedIn r_basicprofile only returns current position, not past positions

While it would seem to be a bug, it's always been true that LinkedIn's r_basicprofile API permission only returns the user's current positions, while r_fullprofile returns current and past positions. But with today's announcement that r_fullprofile…
Jon Emerson
  • 221
  • 4
  • 8
16
votes
1 answer

Undefined method when accessing hash element

Hash: p: {:headline=>"Managing Director at Test company name", :pid=>"0tSsRvCR7r", :first_name=>"John", :last_name=>"Doe", :industry=>"Financial Services", :summary=>nil, :public_profile_url=>"http://www.linkedin.com/pub/john-doe/7a/78/606",…
Kirsty Williams
  • 340
  • 1
  • 2
  • 10
15
votes
1 answer

Get r_liteprofile and r_emailaddress - api.linkedin.com/v2

How to get email address and lite profile from linkedIn api v2 (api.linkedin.com/v2) Can not get email from https://api.linkedin.com/v2/me?oauth2_access_token=xxxx Requested &scope=r_emailaddress%20r_liteprofile
CaSpEr
  • 151
  • 1
  • 4
15
votes
2 answers

S_412_PRECONDITION_FAILED=Invalid arguments while sharing on company page

Today, I noticed that all my API calls making shares to LinkedIn company pages return the following error: Invalid arguments: {S_412_PRECONDITION_FAILED=Invalid arguments} I'm using XML format. I tried to make the same share but to LinkedIn…
Yhon A
  • 151
  • 4
15
votes
2 answers

Public LinkedIn profile url returns server Status code 999

LinkedIn Consumer Support asked me to add this question here for #LinkedIn developpers to answer this. I have seen there are multiple questions about this 999 status code, but they are all API related. My question is not API related. Here it is. On…
user6917324
15
votes
3 answers

Has someone managed to implement a LinkedIn login with Firebase on iOS?

I'm currently building an app and I would like people to be able to sign up with their LinkedIn account. I'm using Firebase for the back-end and LinkedIn isn't currently supported by the FirebaseAuth framework. I know Firebase allows Custom Auth…
Edouard Barbier
  • 1,815
  • 2
  • 19
  • 32
15
votes
0 answers

Is there an api status page for LinkedIn anywhere?

I have encountered several instances where it appears that the official LinkedIn api is down or is responding very slowly. There is no api status page that I can find however (something like http://status.twitter.com/) so I have no way to narrow…
Lightningmonkey
  • 161
  • 1
  • 7
15
votes
2 answers

Linkedin Android SDK - Unable to connect to API (INVALID_REQUEST)

I'm having some trouble connecting to the Linkedin API. I'm following this https://developer.linkedin.com/docs/android-sdk and this https://developer.linkedin.com/docs/android-sdk-auth, yet I'm getting this error code: { "errorCode":…
FeleMed
  • 601
  • 9
  • 28
15
votes
2 answers

A full LinkedIn profile for testing an app

I was wondering if there is a full profile on LinkedIn that I can test my app on. By full I mean a profile which has all the fields and can be accessed publicly (using the LinkedIn API).
Alireza Noori
  • 14,961
  • 30
  • 95
  • 179
14
votes
2 answers

Extracting LinkedIn recommendations for your website

How can I extract or get the LinkedIn recommendations for my website? Is there any plugin or PHP script?
Rodrigo
  • 141
  • 1
  • 4
14
votes
2 answers

How to generate HMAC-SHA1 Signature in android?

This is my base String: String args ="oauth_consumer_key="+enc(consumerkey) + "&oauth_nonce="+enc(generateNonce()) + "&oauth_signature_method=HMAC-SHA1" + "&oauth_timestamp="+…
Taruni
  • 1,671
  • 4
  • 22
  • 43
14
votes
2 answers

LinkedIn share callback Javascript SDK/API v2

I am trying to share content through the LinkedIn JavaScript SDK. But LinkedIn just updated their API and I cannot figure out how to: share a URL inside a popup and get a callback on a successful share. With the old LinkedIn share plugin you had…
Tygo
  • 196
  • 3
  • 29
14
votes
1 answer

LinkedIn API Refresh Access Token (May 2017)

Could someone please clarify whether it's possible to refresh a LinkedIn access token programatically WITHOUT requiring any user interaction? https://developer.linkedin.com/support/faq ...Refreshing an access token can be done silently…
Michael
  • 245
  • 1
  • 9
14
votes
1 answer

Linkedin API /company-statistics returns 500 Internal service error

I am facing an issue with the LinkedIn API /company-statistics. Using the Apigee console, I launched https://api.linkedin.com/v1/companies/2414183/company-statistics?format=json and got an INTERNAL SERVICE ERROR 500. As you can see from the URL, I…
ceres1001
  • 196
  • 1
  • 4
14
votes
5 answers

Linkedin API access token generation error

i am trying to generate access token to collect linkedin data. I followed the instructions provided in the linkedin API documentaion. I created an app in developers page and got the following: Application Details • Company: Fresher • Application…
Ric K
  • 648
  • 1
  • 6
  • 16