2

LinkedIn recently launched an official Android SDK which facilitates LinkedIn integration.

https://developer.linkedin.com/docs/android-sdk

but the documentation not explaining much for setting previously acquired consumer key and consumer secret which getting while app registration process.any one working around it?

Anoop M Maddasseri
  • 10,213
  • 3
  • 52
  • 73
  • I was wrong with my answer since its about HTTP settion Access token. Maybe they gonna utilize theese keys later? However if you look at http://code.google.com/p/socialauth-android/ this lib uses these keys in oauth_cosumer.properties file. – Stan Apr 21 '15 at 12:17
  • Anyway, appreciating your effort.Thank you. :) – Anoop M Maddasseri Apr 21 '15 at 12:35
  • Yeah anoop i have worked with it, seems easy way around than Rest API :-P – ManishSB Jul 31 '15 at 07:54

1 Answers1

1

The process of defining your package and hash name within your LinkedIn application configuration, as described in the Getting Started documentation (https://developer.linkedin.com/docs/android-sdk#application) is all that is required for LinkedIn to map your mobile application to your particular LinkedIn application.

If you've done that correctly, there's no need to worry about your consumer key and secret values.

Justin Kominar
  • 3,346
  • 1
  • 14
  • 14