人们经常在linkedIn上列出他们从大学学习的课程。
有谁知道是否可以使用 Spring Social 获取这些课程?
我在用着:
<org.springframework.social-version>1.1.0.BUILD-SNAPSHOT</org.springframework.social-version>
<org.springframework.social.linkedin-version>1.0.0.BUILD-SNAPSHOT</org.springframework.social.linkedin-version>
<org.springframework-version>3.2.3.RELEASE</org.springframework-version>
<org.springframework.security-version>3.1.4.RELEASE</org.springframework.security-version>
我找到的最接近的是教育对象,但它似乎不包含课程。
linkedin.profileOperations().getUserProfileFull().getEducations()