I want to integrate linkedin with my Android app. In this, I want to make a login using linkedin and make an entry in my linked account.
How should I do it?
LinkedIn provides a REST-based API . you can copy this API using Apache HTTP Client
visit the LinkedIn developers site here
it may also be useful (I'm not familiar with this though): http://code.google.com/p/jlinkedin-linkedin-java-api/