How to integrate Linkedin with my Android app?

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?

+3
source share
1 answer

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/

+1
source

All Articles