Monday 15 June 2015

javascript - linkedin js api - "get my connections" issue -


We have a problem here:

We make an app using Linkin JS API. We are getting the connection of the person who logs on to the site at:

  IN.API.Connections ("me"). Field ("id", "formattedName", "pictureUrl", "public profile URL", "site stand-upprofile fix") results (work (results, metadata) {});  

This is working fine while testing - we have tested it for five different people, but with one (my main part) we have a problem () . And the real difference is that I have around 200 connections, but my tester- only around 20-50

The response gives us only the amount of contacts with __ digits, but by console apg we get the list.

This can not be an exact answer but according to it

You can "browse the connection." That is, you can only get the connection of the user who gave access to your application. You can not get the connection of that user's connection (second division connection).

Then your app can only display its own delivery connection


No comments:

Post a Comment