Search code examples
androideclipselinkedin-api

Integrate linkedin in android app using eclipse


I have an existing app with linkedin integrated via social auth. Since linkedin APIs have changed recently, it no longer works. So I tried to integrate it again from scratch. I downloaded android sdk from linkedin site. Upon extracting it has linkedin sdk and samples in as Android Studio projects.

Any idea how to integrate it in eclipse? Any help will be highly appreciated.

Edit: I have run sample given with sdk in eclipse. It gives error

either bundle id or package name / hash are invalid unknown malformed

I am not able to find where to put my app's client key and id in eclipse sample project. Any idea about this?


Solution

  • Developer need not use client id and secret in code. Linkedin manages on basis of project package name and key hash given in project app generated on linkedin dashboard.