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
I have used this api for
linkedIn. It helps me to post status and get contacts.http://code.google.com/p/socialauth-android/