LinkedIn's JavaScript API
Questions tagged [linkedin-jsapi]
193 questions
35
votes
5 answers
LinkedIn API - get information about my ALL Connections
I have used Facebook API but I am new to Linkedin api.
I need some help on how to get information (name, birthday, etc) about my ALL Connections, and I need help with both the token and the info-related API calls.
As for the token -- in Facebook…

Deepak Singhal
- 10,568
- 11
- 59
- 98
13
votes
6 answers
Customizing Linkedin Login Button
I'm implementing LinkedIn Login into my web app..
I'm using following script as :
to load the LinkedIn Sign In button. This script automatically loads a LinkedIn Sign in button with fix design or image..
but I…

Sam
- 471
- 2
- 5
- 9
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
9
votes
1 answer
Is LinkedIn OpenID Connect provider? How can it be used with AWS Cognito Federated Identity?
The AWS Cognito documentation is very sketchy when it comes to explaining OpenID Connect providers or how to implement auth using say LinkedIn.
The nearest example is of SalesForce…

prem911
- 266
- 3
- 16
8
votes
0 answers
LinkedIn Javascript SDK authorize stopped working
I have a LinkedIn integration using their SDK and use the method authorize to request permission from the user to post in her/his behalf. It was working fine but today I noticed that it stopped working. The issue is that the callbackFunction (see…

David Montaño
- 371
- 1
- 10
8
votes
1 answer
Linkedin Javascript SDK - Setting the SDK Domains in the app configuration page has no effect
No matter how hard I try, and no matter the url format I'm giving in the Setting the SDK Domains section of the Linkedin Javascript SDK, I keep getting this error in my console:
Uncaught Error: You must specify a valid JavaScript API Domain as part…

valentinvieriu
- 547
- 5
- 9
8
votes
2 answers
Sign in with Linkedin doesn't trigger callback on iOS Safari when using the JS API
I'm using SignIn with Linkedin on a website, via the JS API. It works fine on the few desktop browsers I've tested (Chrome and FF on Windows, Safari on MacOS), and on a slightly outdated Android Chrome. But it fails on iOS Safari (I use iOS 7).
The…

Blackbird
- 2,368
- 4
- 26
- 41
8
votes
3 answers
Publishing an image without a related URL via the LinkedIn API
The LinkedIn Share API states that:
Post must contain comment and/or (content/title and
content/submitted-url).
This is a bit confusing, but the consequence is that our app cannot share an image unless it has an associated "article" URL. To a…

rinogo
- 8,491
- 12
- 61
- 102
8
votes
3 answers
Unknown authentication scheme on LinkedIn API
I'm using OAuth 1.0a for LinkedIn API. Currently, I've already implemented some calls for getting the profile and connections and they all seem to work fine. But for sending a message, the oauth library throws an exception with the following:
{
…

gerky
- 6,267
- 11
- 55
- 82
8
votes
1 answer
How to use linkedin API using sencha touch
I want to integrate login using linkedin API, How can we using linkedin Oauth using sencha touch 2.1.1 ?

Riz
- 9,703
- 8
- 38
- 54
7
votes
2 answers
IN.User.Authorize callback never fired
Since today, our application that uses the linkedin javascript SDK to authenticate users stopped working.
We realized that the call to https://platform.linkedin.com/in.js now redirects to …

klacointe
- 79
- 4
6
votes
5 answers
Embedding LinkedIn company updates / feeds
We have created a SharePoint 2010 web part where we display our company feed from https://www.linkedin.com/company/"Name of Company"/.
End-users need to login the first time (that is ok). But even though they login using their personal LinkedIn…

Jacob Schou
- 61
- 1
- 1
- 2
6
votes
1 answer
CORS blocks LinkedIn share API
I try to post new content using LinkedIn share API through JavaScript from AngularJS application as given below.
var xml = "" + content + " ";
var req = {
method:…
anyone

Raju Mandapati
- 691
- 6
- 22
6
votes
1 answer
JS API login not working properly on IOS devices 7 safari browser
I am having this problem in Ipad Safari browser. It works fine on desktop safari, Chrome and Firefox.
On any example on developer.linkedinlabs.com/jsapi-console, when I click on "Signin with LinkedIn" button, it opens a new tab. This tab shows the…

Piyush Mittal
- 159
- 2
- 14
5
votes
2 answers
LinkedIn follow button results in about:blank page
After I added the LinkedIn Company Page follow button to our website, clicking the button results in an about:blank page. Apparently, after reading some topics concerning the same problem, the Company page does get followed. However, it doesn't look…

robustica
- 76
- 4