Quantcast
Channel: Spring Community Forums - Social
Viewing all articles
Browse latest Browse all 145

Can't access LinkedIn Summaries

$
0
0
Hi,
I'm trying to access some basic profiles datas with the SpringSocialLinkedin 1.0.0.RC1. Here is how I proceed :
Code:

        String industry = connection.getIndustry();
        String headLine = connection.getHeadline();
        String summary = connection.getSummary();

Let's know picture a random connection having all these fields fill. What I'll get is his industry and his headline . However, in place of his summary, I'll get a null value.
As a consequence, I was wondering : is this a known bug due to the version or is there something wrong elsewhere ?

Viewing all articles
Browse latest Browse all 145

Trending Articles