18

LinkedIn are very cautious of applications using their APIs. I have tried and failed to get access to them.

Has anyone actually built any real applications with them yet? If yes, what strategy did you employ to get access to their API?

BTW I am talking about first class value added applications on top of LinkedIn, not just embedding hyperlinks.

General Grievance
  • 4,555
  • 31
  • 31
  • 45
Simon
  • 78,655
  • 25
  • 88
  • 118

6 Answers6

7

The LinkedIn API is now public.

Get access here: http://developer.linkedin.com

3

We have. our social recruiting startup matchFWD should launch publicly in the next weeks and we make extensive usage of LinkedIn API.

We've forked a python wrapper for the API to make it easy to use : https://github.com/PhilGo20/LinkedIn-Client-Library

The API documentation is a bit off on field selections but their support team on the developer forum is pretty good.

Overall, it's been pretty easy developing around their API and it brings a LOT of value to our product, that's for sure.

philgo20
  • 6,337
  • 6
  • 34
  • 43
2

I personally haven't, but I know it's possible. Following the link provided by Bobby Jack to the LinkedIn blog, they mention (Jul 25, 2008 entry) that Xobni has integrated with LinkedIn.

As a longtime Xobni user I can say that it does, indeed, integrate with LinkedIn and does it very well, so yes it is possible.

Scott Dorman
  • 42,236
  • 12
  • 79
  • 110
0

Here is an example on the linkedin forum which works right out of the box: http://developer.linkedin.com/message/2185 using the oauth library

Romhein
  • 2,126
  • 2
  • 17
  • 17
  • 1
    Have you even tried the sample? I just downloaded it again; the provided example works, meaning you can authenticate and get your profile back. What else would you expect? – Romhein Oct 21 '10 at 01:37
0

I am wondering the same thing. I tried to gain access to ad a resume section to my website that would be driven off LinkedIn's supposedly "open" API. But I never heard anything back from them. Not cool. Apparently they need to approve your usage of the API. I think someone needs to read to them the definition of the word "OPEN" when they decide to make a claim like that!

0

You can use Embedly to pull some data from Linkedin.

jmar42
  • 29
  • 5