Linkedin API for android getConnectionsfor currentuser() exception

你离开我真会死。 提交于 2019-12-02 01:51:00

问题


I am using linkedin api for android linkedin-j-android.jar.

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.

The problem i am facing is that whenever i make a call to client.getConnectionsForCurrentUser(); or
Connections 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

Thanks in advance


回答1:


I have used this api for linkedIn. It helps me to post status and get contacts.

http://code.google.com/p/socialauth-android/



来源:https://stackoverflow.com/questions/12741204/linkedin-api-for-android-getconnectionsfor-currentuser-exception

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!