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

spring social linkedin. How do I know if linkedin user is/has a company?

Is there a way to know if the logged in user (through linkedin) is/has a company associated ? I need to allow access to my app only linkedin companies. How can I validate if the logged in user is a linkedin company or a regular user ?
Gustavo
  • 526
  • 1
  • 4
  • 13
0
votes
1 answer

400 Bad Request Error while getting full Linkedin Profile via Spring Social

I am using Spring Social to sign-in users through LinkedIn. When I am accessing LinkedInUserProfile it is working fine but when I try to access full profile I get below exception. So line 2 in below code works fine, but line 3 throws the…
0
votes
1 answer

LinkedIn - new invitations list

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 new invitations? Do the LinkedIn provide this…
vvra
  • 2,832
  • 5
  • 38
  • 82
0
votes
1 answer

How can i define javascript API domain on linkedin for cordova app

Good afternoon, I am creating an application in Cordova and wanted to use linkedin, but when I run my application, it says I need to set my domain javascript API in my Application linkedin. I've tried with the domain "file: ///" but gives the same…
0
votes
0 answers

linkedin API person-activities returns 201 but not able to find the updates in web UI

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", oauth_consumer_key="******", oauth_version="1.0",…
0
votes
1 answer

Spring Social : Need to run 2 sources in SpringApplication.run(sources, args);

Is there any way I can 2 sources in SpringApplication.run()? Here is my main class. You can clearly understand what I've tried so far. @Configuration @EnableAutoConfiguration @ComponentScan public class Application { /* * SPRING BOOTSTRAP…
0
votes
1 answer

spring-social-linkedin compatibility with spring-social 1.1

We have a project which uses spring-social-facebook, spring-social-twitter, spring-social-linkedin and spring-social-google. We currently use the following versions: spring-social-core: 1.0.3 spring-social-facebook: 1.0.1 spring-social-twitter:…
moqingbird
  • 11
  • 2
0
votes
1 answer

How to fetch the messaging of linkedin user

I wanted to fetch the messages that was sent to the other connected linkedin users. I found a code sample to send the message in this site https://developer.linkedin.com/documents/sample-code-sending-message But, I did not any sample to fetch the…
Prakash
  • 422
  • 1
  • 12
  • 31
0
votes
1 answer

spring-social-linkedin only retrieved two current positions and no past positions

I'm using spring-social-linkedin 1.0.1.RELEASE and when I iterate through positions after calling: .getUserProfileFull().getPositions() it only returns up to two current positions and no past positions. Is there a way to configure it to bring back…
Paul Grenyer
  • 1,713
  • 3
  • 30
  • 51
0
votes
2 answers

Spring-social-linkedin application token (without user authentication)

I'd like to be able to use spring-social-linkedin with an application token much like I can do with spring-social-facebook with workarounds (Use app access token with spring-social facebook to query public pages). My application only needs to query…
Matt Byrne
  • 4,908
  • 3
  • 35
  • 52
0
votes
1 answer

Spring Social Linkedin - SignIn

I am new to Spring social and trying to config spring social signin for linkedin. My spring config file below,
user1578872
  • 7,808
  • 29
  • 108
  • 206
0
votes
1 answer

Searching LinkedIn profiles by name on Spring Social

Is it possible to search LinkedIn Profiles by name within your network using Spring Social? I've seen the search option defined on profileOperations but there's nothing like that available on connectionOperations. I was thinking something along the…
Marc
  • 6,773
  • 10
  • 44
  • 68
0
votes
2 answers

Handler processing failed; nested exception is java.lang.NoClassDefFoundError: org/apache/http/client/protocol/HttpClientContext

I am struggling with a NoClassDefFound exception in access to spring-social linked in and facebook. What is strange is I have a project which works using the same code for connexion and one which does nt. I have gone thru the differences between the…
0
votes
1 answer

Mixing Spring Social versions for different providers

In the same program, I am using Spring-social facebook and Spring Social linkedIn. I can not however make them both work on the same release environment : Facebook works fine with the following versions flavour : …
0
votes
1 answer

Updating my SpringSocialLinkedIn version prevent it from working, why?

I've been using Spring social Linkedin 1.0.0.RC1 for a few times and I managed to have a working application. However, since I changed the module version in the pom.xml, it doesn't work anymore. I have a form enabling users to use the application…
merours
  • 4,076
  • 7
  • 37
  • 69