Questions tagged [linkedin-jsapi]

LinkedIn's JavaScript API

177 questions
27
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
  • 9,577
  • 10
  • 50
  • 92
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
  • 421
  • 2
  • 5
  • 8
11
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,301
  • 1
  • 12
  • 24
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
  • 301
  • 1
  • 7
8
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
  • 229
  • 3
  • 11
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,288
  • 4
  • 23
  • 39
8
votes
2 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
  • 7,068
  • 8
  • 54
  • 87
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
  • 5,831
  • 8
  • 49
  • 80
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
  • 8,611
  • 7
  • 33
  • 52
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
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 + "anyone"; var req = { method:…
Raju Mandapati
  • 681
  • 6
  • 20
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
  • 1
  • 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
5
votes
1 answer

LinkedIn Login: Blocked a frame with origin "https://platform.linkedin.com" from accessing a frame with origin

We had Login with LinkedIn code set up and working perfectly with LinkedIn Javascript SDK, where a few days ago we suddenly started to get this: Blocked a frame with origin "https://platform.linkedin.com" from accessing a frame with origin…
Can Poyrazoğlu
  • 29,145
  • 40
  • 152
  • 327
1
2 3
11 12