问题描述
我使用LinkedIn的API为Android LinkedIn-J-的android.jar。
I am using linkedin api for android linkedin-j-android.jar.
通过这个我可以登录到我的帐户从我的Android应用程序和 client.getProfileForCurrentUser();
和 client.updateCurrentStatus(状态的更新Android应用程序);
也能正常工作。
Through this i can login to my account from my android app and client.getProfileForCurrentUser();
and client.updateCurrentStatus("Status updated from android app");
also works fine.
我面临的问题是,每当我打电话到 client.getConnectionsForCurrentUser();
或连接连接= client.getConnectionsForCurrentUser(connectionFields);
,我得到异常拒绝访问连接
。如何提供权限或是否有解决这个问题的任何其他方式? I M卡在这里。帮我解决这个问题。
The problem i am facing is that whenever i make a call toclient.getConnectionsForCurrentUser();
orConnections connections = client.getConnectionsForCurrentUser(connectionFields);
,i get exception "Access to connections denied"
. How to provide the permissions or is there any other way to solve it? i m stuck on here. help me to solve this problem
在此先感谢
推荐答案
我已经使用这个API的 LinkedIn
。它帮助我张贴的地位,并获得联系。
I have used this api for linkedIn
. It helps me to post status and get contacts.
HTTP://$c$c.google.com/p/socialauth -Android /
这篇关于对于Android getConnectionsfor的currentUser LinkedIn的API()异常的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!