Hi,
I'm trying to access some basic profiles datas with the SpringSocialLinkedin 1.0.0.RC1. Here is how I proceed :
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 ?
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();
As a consequence, I was wondering : is this a known bug due to the version or is there something wrong elsewhere ?