Android Linkedin SDK 1.0.0 Example

In a previous post, I have explained how to access the Linkedin API’s using Scribe. But luckily Linkedin have introduced their Mobile SDK for Android recently. This will save lot of times for developers and hope in the future will have lot of functions over the SDK. In this post I’m going to give some hints and important steps to integrate Linkedin SDK for existing linkedin integrated(Using Scribe) application. When using Scribe for OAuth authentication, linkein returned us an AccessToken and we saved that in shared preferences for future use....

March 8, 2015 · 2 min · 374 words · Dulan Dissanayake

Android Linkedin API with OAuth Authentication (Using Scribe-Java Library)

As Linkedin is one of the professional social media network, most of us needs to access there web services to collect data. In this post I would like to give simple examples on how to get logged in user information such as email, full name, friends list. And I’m planning to update this post with the sending messages and share posts. There is no official SDK provided by the Linkedin developer support....

February 24, 2015 · 2 min · 325 words · Dulan Dissanayake