Yerram Naveen
Yerram Naveen

Reputation: 286

How to integrate linkedin in android

i am developing an application which post a message to the linkedin wall . Please, can any one give some sample code.

Thanks in advance

Upvotes: 0

Views: 5595

Answers (3)

Vivek Kumar Srivastava
Vivek Kumar Srivastava

Reputation: 2158

I have created a sample application for linkedin connectivity.You can download the source code the from the following link

https://github.com/srivastavavivek1987/LinkedIn-Connection-in-Android

In this sample, you get access_token for the user.

So further use LinkedIn REST API with access_token to post on wall.

Upvotes: 2

hovanessyan
hovanessyan

Reputation: 31453

The site already offers Android application, consider that!

Otherwise here's some official docs: http://code.google.com/p/linkedin-j/

and http://developer.linkedin.com/, mostly http://developer.linkedin.com/documents/libraries-and-tools

P.S. The power of Google!

Upvotes: 1

Tim
Tim

Reputation: 6712

You could try the LinkedIn API wrapper for Java. The OAuth tokens must be your own - get them here.

Upvotes: 0

Related Questions