Quantcast
Viewing latest article 7
Browse Latest Browse All 145

Can't access LinkedIn Summaries

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 latest article 7
Browse Latest Browse All 145

Trending Articles