How to integrate Linkedin with my Android application? [closed]
I want to integrate linkedin with my Android app. In this I want to do login with linkedin and to do post on my linked account.
How can I do it?
LinkedIn provides a REST based API. you can code to that API using the Apache HTTP Client
visit the LinkedIn Developers site here
also this might be helpful (I am not familiar with it, though): http://code.google.com/p/jlinkedin-linkedin-java-api/
精彩评论