Questions tagged [linkedin-j]

83 questions
2
votes
0 answers

Handle exception [invalid.profile.access]. You don't have access to the profile in LinkedIn

I am trying to search the users using LinkedIn API. I got exception com.google.code.linkedinapi.client.LinkedInApiClientException: [invalid.profile.access]. You don't have access to the profile at…
jackyesind
  • 3,343
  • 14
  • 47
  • 74
2
votes
1 answer

Get Particular users Network updates in linked in API

I am using Linked in API.I want to search my connections by using name. It is done What my second thing is I need to get the searched users new connection , get status update and provide status update I am using linkedin-j jar file. I get the…
user2196474
  • 319
  • 1
  • 5
  • 15
2
votes
3 answers

How to open user profile Linkedin with app in android

I'm trying to open Linkedin profile with an app in Android, with a URL or member id. I try this: Intent linkedinIntent = new Intent(Intent.ACTION_VIEW); linkedinIntent.setClassName("com.linkedin.android",…
user2075223
  • 23
  • 1
  • 4
2
votes
1 answer

How to get Connections of Linkedin profile in android

I am trying to get the Connections or user's friends info from LinkedIn using LinkedIn jar for android and example given in google code, but i wont get Connections using linkedInApiClient.getConnectionsForCurrentUser() this method call it returns…
Animesh Sinha
  • 1,045
  • 9
  • 16
1
vote
2 answers

Linkedin REST API Auth and JSAPI call, Rails/Omniauth

I lost my temper few days ago because of this simple problem. Can you help me on this? I'm suppose, since it's written in the Linkedin JS API documentation here, to be able to logion with REST and launch calls with JSAPI…
Pasta
  • 1,750
  • 2
  • 14
  • 25
1
vote
2 answers

Using Linkedin/Facebook API to remove a contact

I am planning to use linkedin/Facebook API in my enterprise application. I just wanted to know that : Can i remove a user from my contact list using the linkedin API. Can i unfriend someone or remove him from my page using Facebook…
Abhishek
  • 31
  • 1
  • 1
  • 5
1
vote
1 answer

LinkedIn API rest/shares ACCESS_DENIED. Not enough permissions to access: sharesV2.FINDER-owners

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/rest/shares "status": 403, "serviceErrorCode":…
Jess
  • 21
  • 2
1
vote
0 answers

Linkedin Page Insights & Post Insights data

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 data from Update Analytics it gives two tabs in…
1
vote
1 answer

How to paginate search results in linkedin-j (LinkedIn Java API)

I am using LinkedIn-J and I don't know how to paginate search results. The following program returns 10 results. How do I go to the next page of search results (i.e. access more than 10 results)? String keywords = "KEYWORD"; Map
Ashish
  • 11
  • 2
1
vote
2 answers

validate the access token obtained from the linkedin Rest API

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 link Oauth LinkedIn. I am able to obtain the request…
yash
  • 87
  • 10
1
vote
0 answers

Android LinkedIn Native Application

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 LinkedIn
Subramanian Raj
  • 389
  • 2
  • 5
  • 16
1
vote
1 answer

Get Linkedin OAuth2 access token from token and token secret in Android

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
  • 95
  • 9
1
vote
0 answers

Post Share in LinkedIn using Java API

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 group, …
1
vote
2 answers

Linkedin recommend product button - takes users to linkedin website

I dont know if this is something I'm missing - but when I add a linked recommend product/service button on my website - when users click on it - it simply takes them to the linkedin product page - where they again have to click on the "Recommend"…
Gublooo
  • 2,550
  • 8
  • 54
  • 91
1
vote
1 answer

LinkedIn-j get Company Updates

In java Linkedin-j is it possible to get the company post and updates? I analyzed the API It have search functionality only. Is any body know how to get the posts of a particular company?
jackyesind
  • 3,343
  • 14
  • 47
  • 74