本文介绍了检索LinkedIn当前股价的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我使用 LinkedIn-J-的android.jar
,它可以正常使用。我已经成功获取用户连接,名字,姓氏等,但是,当我试图获取用户当前的份额,它返回NULL。
I am using linkedin-j-android.jar
, it is working perfectly. I have succeed to retrieve user connections, name, last name etc. But when I am trying to retrieve the user's current share, it is returning null.
我使用以下code:
Person p = client.getProfileForCurrentUser();
CurrentShare share= p.getCurrentShare();
有没有什么线索?
Is there any clue?
推荐答案
这可能与这个开放的。
这篇关于检索LinkedIn当前股价的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!