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

Spring Social LinkedIn: Is there an api available to retrieve user's projects?

I am currently using Spring Social LinkedIn 1.0.0.Release to log users into my site. I have a feature where I need access to the user's projects. At this time, I don't see a way to get access to the their projects. I reviewed the Spring Social…
6
votes
1 answer

Apache Oltu Linkedin Integration example

I am looking forward to developed the Spring MVC + Apache Oltu + Linkedin integration example. In this example, you need to send Client ID and Client Secret to access the private resource from the Linked in Site. First Step - we need to create App…
user4798115
4
votes
1 answer

SignIn With LinkedIn Authorize Promise Undefined

I recently began having issues with my Signin With Linkedin functionality. I get the following error: Uncaught TypeError: Cannot read property 'then' of undefined at Object.authorize (in.js:18) I do have my redirect urls correctly defined in my…
4
votes
2 answers

Linkedin Oauth2 Client Credentials grant type

Asking the question here as the linkedin help forum directed to post things related to API on stackoverflow. I am developing a feature on our org website to show the top 5 company page feeds setup in linkedin. Ive already setup the required access…
Infinity
  • 368
  • 5
  • 17
3
votes
3 answers

Spring Social /connect return HTTP 404

Spring can't find html views and im getting 404 while i'm trying to open /connect/linkedin. In referece to that post I double checked my paths in webapp folder. Here is my SpringSocialConfig @Configuration @EnableSocial public class SocialConfig…
Jakub Pomykała
  • 2,082
  • 3
  • 27
  • 58
2
votes
1 answer

Cannot create LinkedIn Controller bean with Spring Social

I have built a simple application to connect my app with linkedIn. I have modeled it after the Spring Social Example app for Facebook: http://spring.io/guides/gs/accessing-twitter/ In that tutorial, one can just add the appId and appSecret in the…
2
votes
0 answers

Linkedin-j - update.getUpdateContent().getPerson().getCurrentStatus() returns always NULL while using Linkedin-j

i'm trying to get Linkedin Users Network Updates. my code is- //Network ---> System.out.println("Linkedin Users Network ---> Details..."); @SuppressWarnings("deprecation") Set nUpdate =…
2
votes
0 answers

POST request using Spring RestTemplate with XML body as String

I need to make a rest call to share a post in Linkedin and I am using Spring Social Linkedin module for that. Unfortunately I cannot simply use org.springframework.social.linkedin.api.NetworkUpdateOperations.share(NewShare share) method, I am…
Utku Özdemir
  • 7,390
  • 2
  • 52
  • 49
2
votes
2 answers

Can't get linkedin profiles summaries using Spring social

I'm trying to access some basic profiles datas with the SpringSocialLinkedin 1.0.0.RC3. Here is how I proceed : String industry = connection.getIndustry(); String headLine = connection.getHeadline(); String summary = connection.getSummary(); Let's…
merours
  • 4,076
  • 7
  • 37
  • 69
1
vote
1 answer

How to get profile URL from linkedIn API V2?

How can i get profile URL from linkedIn API V2 (api.linkedin.com/v2)? Requested &scope=r_emailaddress%20r_liteprofile response have only firstname,lastname,id and profile_picture before v2 we were able to find out profile URL from id…
1
vote
0 answers

Error while calling Linkedin api with spring-social-linkedin lib

My organization had integrated Linkedin login in some of its sites and it was working fine until recently it started failing. Was using 1.0.2.RELEASE version. On analysing the root cause, found Linkedin api calls failed inside getUserProfile()…
Ani
  • 123
  • 1
  • 1
  • 14
1
vote
2 answers

Login With LinkedIn in Xamarin.Forms : Error Authenticating: Invalid_request Exception?

I am implementing linkedin login with xamarin.auth. Please see screenshot for exception. I tried to put breakpoints but they are not hit and exception arises. Help me solve this please.
Ali Raza
  • 374
  • 2
  • 6
  • 21
1
vote
1 answer

SSLHandshakeException when authenticating with Linkedin

I'm having some issues authenticating with Linkedin using Spring Social. So far, I can open a form on http://localhost:8080/signin on my server, where a click on a link to auth/linkedin redirects to…
1
vote
0 answers

Spring social returning wrong user profile

I'm using Spring Social LinkedIn to retrieve user profiles with a custom ConnectController since I want to the user to login and retrieve the profile in one step. The issue is that sometimes the first user in the system is returned instead of the…
Rocky
  • 19
  • 3
1
vote
0 answers

Linkedin company page updates - 403

We have a company page update feed that worked until recently. The feed is downloaded using spring social linkedin and we use the parameters consumerkey, consumersecret, accessToken and accessTokenSecret. Without changing anything we just recently…
JanBanan
  • 11
  • 2
1
2 3 4