Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
29 views

For a project, I'm trying to share an image URL using share-offsite functionality and want the image preview to show like an inline image. Specifically, I want the image to appear as a large image ...
javier jimenez's user avatar
0 votes
0 answers
15 views

I am not able to find the relevant API endpoint to get the data point as per our requirements. I need Growth and Engagement Data of Groups Using of linkedin API. Could you please help me into finding ...
Deena Nath's user avatar
0 votes
0 answers
51 views

I want to get LinkedIn user profile photos for research purposes. It seems I need r_liteprofile permission. But I cannot find where to get it. Does anyone know? Should I write to someone or is there ...
Eileen's user avatar
  • 23
0 votes
0 answers
160 views

I can see the education schema here for linkedin: https://learn.microsoft.com/en-us/linkedin/shared/references/v2/profile/education?context=linkedin%2Fconsumer%2Fcontext So I updated https://api....
Nik's user avatar
  • 1
1 vote
1 answer
39 views

I would like to know information about the metrics followerCountsByRegion and followerCountsByCountry from LinkedIn API. I couldn't find any information about them in the documentation. Have they been ...
Lauren Co.'s user avatar
0 votes
1 answer
999 views

I've created a multi page PDF in Adobe Indesign and exported it as an Interactive PDF. It contains a clickable link. When I post it to Linkedin as a Carousel post, the link is no longer clickable. Is ...
efrozit's user avatar
1 vote
0 answers
141 views

Long time back i have added 20k people in linkedin. now i want to clean up my list and i only want to add then who i know. i have deleted 10k people manually but its getting annoying i need a ...
tabeek's user avatar
  • 11
0 votes
1 answer
244 views

I am trying to build an application which is connected with linkedin APis. In order to implement required functionaliy we need access to linkedin leadSync apis. We have requested saveral times to ...
Numan Pathan's user avatar
0 votes
1 answer
2k views

i'm trying to get all organization post with administrator accesstoken and organization URN. i call the api: https://api.linkedin.com/rest/post [version:202306] author params like this header like ...
dongping's user avatar
1 vote
1 answer
479 views

I'm getting the below error message when using the Linkedin-Version 202212. Also, it doesn't work with 202301. However, using 202211 is fine without any issue. API EndPoint: https://api.linkedin.com/...
Jess's user avatar
  • 21
1 vote
0 answers
185 views

Is there something like Linkedin Page Comments, Page Shares, Page Impressions, Page Reactions, Page Clicks? Also, the Update Analytics in Linkedin provide data regarding posts only? When exporting ...
Pragati Agarwal's user avatar
-1 votes
1 answer
75 views

So we created the app called “taggrx” that enables companies to share posts they posted on linkedin, with their employees and then the employees can share these posts through this app. No we ...
Riccardo Gosteli's user avatar
7 votes
2 answers
2k views

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 https://...
klacointe's user avatar
0 votes
1 answer
2k views

I am using the LinkedIn API V2 and I am trying to query the AdSupplyForecast endpoint from my company profile. I am using the following tutorial to build the request using Targeting Criteria V2: ...
d0kt0r1's user avatar
  • 445
0 votes
1 answer
882 views

I have a list of LinkedIn profile URLs and by proxy a list of person names/vanity names. I am trying to invoke the REST API and need each of their person IDs. How can I get the person ID from the name/...
Anjelica Martinez's user avatar
0 votes
1 answer
161 views

When I try to use Linkedin to login to my site on Google App Engine I get a 999 error. I think it must be blocked there because on my local machine the login does work fine. Some other sites on app ...
Clavain Skade's user avatar
1 vote
2 answers
2k views

I have a mobile application talking to a backend. I am providing login to the app through LinkedIn. I checked the linkedIn api for oauth authentication and have followed the steps as given in this ...
yash's user avatar
  • 87
1 vote
0 answers
144 views

I want to integrate LinkedIn in my Android application, all the samples I had seen is done through Android Webview. Is there way to provide username and password from my application and login to ...
Subramanian Raj's user avatar
2 votes
0 answers
108 views

I want to share to LinkedIn on behalf of those users who are already authenticated by my application. But getting HTTP 400 status code. Here is my code Document doc = DocumentHelper....
Andy's user avatar
  • 63
0 votes
0 answers
453 views

protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { // TODO Auto-generated method stub final LinkedInOAuthService oauthService ...
Vipin Varghese's user avatar
0 votes
1 answer
90 views

I want to obtain an Access Token is for my application using the Authorization Code it just acquired. I am using this code DefaultHttpClient client = new DefaultHttpClient(); URI uri = new URIBuilder(...
Andy's user avatar
  • 63
0 votes
1 answer
269 views

I am trying to fetch companies updates with this API https://developer.linkedin.com/docs/company-pages#company_updates I use Node.js with linkedin-js package module wrapper. I found that I only got 5 ...
ans4175's user avatar
  • 432
0 votes
1 answer
75 views

So I have an application that currently logs the user using linkedin. We are using several oauth services to register and login the user into our application, however we do need to validate the ...
user avatar
1 vote
1 answer
2k views

I am using linkedin-j. I am using Oauth flow as following to fetch token and token secret. How can I get this oauth2_access_token from token and token secret to call these APIs mannually?
Jihan's user avatar
  • 95
0 votes
1 answer
304 views

I've this simple code private static Map<SearchParameter, String> searchParameters = new HashMap<SearchParameter, String>(); //get data with LinkedIn API public static void main(String ...
Fabio's user avatar
  • 159
0 votes
1 answer
59 views

I want to retrieve the list of new invitations using the LinkedIn REST api. I could not find right documentation on this in their site or the "apigee". What REST url (with parameters) will list the ...
vvra's user avatar
  • 2,932
0 votes
1 answer
278 views

I saw that you have to use make new url "https://api.linkedin.com/v1/people/~:(positions:(company:(name)))" but how to implement it, I always get unauthorized in return
Dexter wu's user avatar
1 vote
3 answers
12k views

I am trying to access linkedin people search api via http://api.linkedin.com/v1/people-search?first-name=Clair But it returns me <error> <status>401</status> <timestamp>...
Mukta Chourishi's user avatar
0 votes
0 answers
171 views

Request: POST http://api.linkedin.com/v1/people/~/person-activities HTTP/1.1 Accept-Encoding: gzip, deflate Authorization: OAuth oauth_token="780e395e-995a-41e9-83d6-6bac16046edc", ...
Nishant Kumar's user avatar
0 votes
2 answers
761 views

Right now, I am using a library java library: <dependency> <groupId>com.googlecode.linkedin-j</groupId> <artifactId>linkedin-j-core</artifactId> <version>1.0.429&...
paullabis's user avatar
0 votes
3 answers
82 views

I have done the JSON parsing from URl in doInBackground and display the result as in Listview. The thing is if i will click on the list item then it will display the details about the list item. I ...
user3886658's user avatar
0 votes
1 answer
423 views

I am using linkedin JSAPI to find people working in particular company , but my search result is limited to second degree connection is it possible to extend search result to display 3rd and out of ...
Vinod's user avatar
  • 77
2 votes
0 answers
115 views

i'm trying to get Linkedin Users Network Updates. my code is- //Network ---> System.out.println("Linkedin Users Network ---> Details..."); @SuppressWarnings("...
identify's user avatar
0 votes
1 answer
1k views

Could you help me, plese? I have some trouble. I want to search people in LinkedIn. But i get exception: com.google.code.linkedinapi.client.LinkedInApiClientException: Access to people search denied. ...
user3661720's user avatar
0 votes
1 answer
1k views

I try to log in with linkedIn API. But i get exception: 401 for URL: https://api.linkedin.com/uas/oauth/requestToken I used this example : http://karanbalkar.com/2013/09/tutorial-57-connect-to-...
user3661720's user avatar
0 votes
1 answer
728 views

I need to get the connections of a user whose id is yZTcaxINNv. I use linkedin-j and the code looks something like this import com.google.code.linkedinapi.client.LinkedInApiClient; import com.google....
Rakshith's user avatar
  • 674
0 votes
1 answer
545 views

I'm trying to retrieve all of my network updates using the linkedin-j API. I can fetch the first 10 updates, but do not know how to retrieve any more. The following code retrieves the first 10 ...
jsmos's user avatar
  • 497
1 vote
0 answers
1k views

There is a requirement to post link (Image + Hyperlink + Text) in linkedin Group using Java. I tried following to achieve this. Using LinkedinJ API: -> There is only one method for sharing a post in ...
Amit Ghodasara's user avatar
0 votes
1 answer
119 views

I'm trying to post a network update using Linkedin-J. Here is my code: final LinkedInApiClientFactory factory = LinkedInApiClientFactory.newInstance(linkedin_app_id, linkedin_app_secret); final ...
KLiFF's user avatar
  • 382
0 votes
1 answer
189 views

I am using linkedin-j.jar to get the get the LinkedIn Profile using getProfileById method but I am not able to fetch the Connections which comes from getConnection() method, it is always return null. ...
user3336611's user avatar
0 votes
1 answer
179 views

I am using linked-in j library. I am able to connect with linked-in but when i go for details for the profile of current user then i get whole Person object but this object only contain the values of ...
Vaibhav Pandey's user avatar
0 votes
0 answers
87 views

I am trying to send an invitation, so first I look for the person using this: Person profile = client.getProfileById(getThirdSocial("linkedin")); then I get the person and I call the method: client....
Jave's user avatar
  • 46
2 votes
2 answers
514 views

I am trying to integrate LinkedIn into my java web application but I am getting following exception when I tried to fetch the Person object from linkedin. The process of autherization/login/getting ...
milind_db's user avatar
  • 1,294
2 votes
1 answer
745 views

I am using linkedin-j library for authenication I want to persist the LinkedIn Access token object. LinkedInOAuthService oAuthService = LinkedInOAuthServiceFactory .getInstance() ....
Jambaaz's user avatar
  • 2,838
0 votes
2 answers
687 views

I am trying to get LinkedIn User Access token using linkedin-j-android library. I am able to get a Valid auth token (60 days validity) and secret. I am able to fetch all the user details using that ...
Jambaaz's user avatar
  • 2,838
0 votes
1 answer
432 views

I'm integrating the linkedin-j library with my Android app. I have successfully setup OAuth, and I'm able to retrieve the user's profile: LinkedInApiClient linkedinApiClient = getLinkedinApiClient(...
Simian's user avatar
  • 1,640
0 votes
1 answer
138 views

I'm using the linkedin-j library in my Android application. I'm trying to retrieve a request token for OAuth authentication: LinkedInOAuthService linkedinOAuth = LinkedInOAuthServiceFactory....
Simian's user avatar
  • 1,640
0 votes
1 answer
107 views

I am using LinkedIn-j to get information from linkedIn for a group based on group Id, the problem is that I am not able to get total number of members for the group. Following in the code that I have ...
Rupesh's user avatar
  • 2,697
2 votes
3 answers
3k views

I've tried https://api.linkedin.com/v1/people/~/connections:(id,first-name,last-name,phone-numbers) but it's only get (id,first-name,last-name) even this: http://api.linkedin.com/v1/people/id=...
manhnt's user avatar
  • 683
3 votes
0 answers
2k views

I am using linkedin-j. I am using Oauth flow as following to fetch token and token secret. LinkedInRequestToken liRequestToken = (LinkedInRequestToken) request.getSession().getAttribute("...
Anurag Tripathi's user avatar