【发布时间】:2014-02-21 10:54:22
【问题描述】:
我正在使用linkedin-j.jar 来获取使用getProfileById method 的LinkedIn Profile,但我无法获取来自getConnection() 方法的连接,它始终是return null。
谁能帮我解决这个问题,下面是代码sn-p
Set<ProfileField> connectionFields = EnumSet.of(ProfileField.FIRST_NAME, ProfileField.LAST_NAME,ProfileField.CONNECTIONS)
Person person = client.methgetProfileById("id",connectionFields);
Connections conn = person.getConnections();
conn 变量为 null。
我也想知道,为什么它会变为空。
【问题讨论】:
标签: linkedin-j