Questions tagged [spring-social-linkedin]

Spring Social LinkedIn is a module within the Spring Social family of projects that enables you to connect your Spring application with the LinkedIn REST API.

Spring Social LinkedIn is a module within the Spring Social family of projects that enables you to connect your Spring application with the LinkedIn REST API. LinkedIn is a social networking site geared toward professionals. It enables its users to maintain and correspond with a network of contacts to which they are professionally linked.

Features:

  • A service provider and connection factory for use with Spring Social's connection framework.
  • An API binding for LinkedIn's REST API.
  • Much more...

More Information:

Related Tags:

46 questions
1
vote
0 answers

Spring Social LinkedIn - how to conditionally redirect or pass parameters?

We're using Spring Social LinkedIn in a single page javascript app to authenticate a user. We're able to successfully authenticate against LinkedIn, but we're having trouble getting that to integrate with our javascript app. It actually breaks…
Erich
  • 499
  • 1
  • 13
  • 34
1
vote
1 answer

Get courses from Spring Social LinkedIn API

People often list their taken courses from universities at linkedIn. Does anyone know if it is possible to fetch these courses using Spring Social? im…
nilsi
  • 10,351
  • 10
  • 67
  • 79
1
vote
0 answers

Is there any way to get people whose companyId!=6464(sample id)?

Is there any way to get people whose companyId!=6464(sample id) in linkedin people-search api?
Ramesh
  • 416
  • 3
  • 10
0
votes
1 answer

LinkedIn API Find posts by authors always return 404

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 this return { "status": 404, "code":…
0
votes
0 answers

Spring Boot 3.0 OAuth2 Linkedin [invalid_request] A required parameter "client_secret" is missing

I'm trying to integrate Google and LinkedIn Social Login using OAuth2 in Spring Boot 3.0. Google login is working fine but I'm encountering an error with LinkedIn login. Here is my…
0
votes
1 answer

Get LinkedIn user profile data using LinkedIn oauth2

I created an app on LinkedIn Developers, and I was able to get an access token when a user logged in. The problem is that I can only get the ID, name, email and photo of the user. I am unable to get the full details of the profile and even the link…
0
votes
0 answers

How to access r_fullprofile scope for linkedin api?

enter image description here How to have r_fullprofile scope for linkedin api?
0
votes
2 answers

AdCreativesV2 Batch GET API returns 400 BAD REQUEST - "Cannot process request involving multiple routing entities"

I am making API requests to a url like this to access AdCreatives API: https://api.linkedin.com/v2/adCreativesV2?ids=List(123,456,789) (not the exact ids, but you get the idea) Depending on the IDs used in the call, sometimes this works as expected,…
0
votes
1 answer

LinkedIn permission approval not working?

I have create an app in LinkedIn developer account. Also I need company page permission access to access details of company page. After creating app and requested the developer product which sent me email. I have completed the details and submitted…
Nilesh Bhagate
  • 191
  • 1
  • 1
  • 11
0
votes
1 answer

Getting 410 error when using Spring social LinkedIn

I'm using spring-social-linkedin v2.0.0.M2 and I have Oauth via Linkedin. When completing the authorization, Spring Social does the following request (git that from debugging):…
lopushen
  • 1,117
  • 2
  • 11
  • 32
0
votes
1 answer

Is it possible reply post comments with LinkedIn v1 API (spring social)?

I use spring social linkedin and as I know if I want to comment to post use this: new LinkedInTemplate(apiToken).networkUpdateOperations().commentOnNetworkUpdate(updateKey, comment); updateKey format: "UPDATE-cxxxxxxxx-xxxxxxxxxxxxxxxxxxx", where…
ZeroProcess
  • 1,140
  • 2
  • 10
  • 21
0
votes
1 answer

Spring Social LinkedIn : 'org.springframework.social.linkedin.api.LinkedIn' that could not be found

I'm trying to create a Spring Social application with Spring Boot and Im facing issues starting it . I have gone through Spring social documentation and Spring Social sample projects searching around the web. Whatever Ive tried did not work and I…
0
votes
1 answer

LinkedIn find person id from person name

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/URL?
0
votes
1 answer

content of controller for linkedin integration using spring

I want to access the linkedin data if user authenticates the application. I have already gone through several examples but still i am unable to understand what should i write inside the controller for this task. what i want is my controller should…
shinchaan
  • 136
  • 2
  • 12
0
votes
1 answer

Spring Social Insufficient permission for this operation (LinkedIn)

I am trying to do a simple search using spring social in linkedin. I have built everything needed to get to the linkedin server, but now I get an exception with the search. Here is my code:
Mohy Eldeen
  • 1,261
  • 2
  • 13
  • 24