A tool used for finding business/networking connections, such as for suggesting job candidates. Used for questions regarding LinkedIn's APIs.

learn more… | top users | synonyms

17
votes
5answers
4k views

Has anyone managed to build any applications with the LinkedIn API?

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 ...
12
votes
3answers
12k views

LinkedIn / Twitter / Facebook as OAuth and OpenId use

Firstly I understand OpenId is for authentication and OAuth is for authorisation and unlike other questions on the site I am not asking which should be used for which but whether anyone can advise a ...
10
votes
5answers
3k views

How do sites like LinkedIn efficiently display 1st/2nd/3rd-level relationship next to each person's name?

I recently botched a job interview by poorly answering a straightforward question: how do sites like LinkedIn efficiently show the relationship distance (1st/2nd/3rd) from you to every person ...
9
votes
1answer
710 views

IE “Cannot Display the webpage” appearing in browser history

I have developed a website where the "back" button does not always go back to the previous page when using IE - no issue with Firefox or Chrome. It seems that for certain page changes, IE cannot ...
8
votes
2answers
5k views

Getting LinkedIn Profile Picture

Is there an easy way to grab a users LinkedIn profile photo? Ideally similar to how you would with Facebook - http://graph.facebook.com/userid/picture Thanks, G
8
votes
1answer
256 views

LinkedIn Id getting null for android

I am using following code snippet to get userdetail, but getting Id null from profile.getId() @Override protected void onNewIntent(Intent intent) { String verifier = ...
8
votes
3answers
7k views

LinkedIN API in Asp.NET , C# , VB.NET

Is there any way to implement LinkedIN API by using C#,VB.NET. We need to call profile , companies ,Jobs etc API of linked in using mentioned technologies. Looking Forward SYED.
8
votes
2answers
1k views

linkedin button dynamic rendering

How to render linkedin button in a dynamic way? e.g. writing the "<script type='in/share'></script>" at runtime or after the page has finished loading. I already tested on writing it or ...
8
votes
2answers
455 views

Is there a single PHP API to post to multiple sharing sites (Twitter, Reddit, Linkedin, etc)?

Is there a single PHP API to post to multiple sharing sites (Twitter, Reddit, Linkedin, YouTube etc), or do I have to use multiple APIs? Or is there an online service that will do this via, say, a ...
8
votes
2answers
1k views

how friend suggestions or 2nd degree related (linkedin) algorithm works

I've been thinking about facebook suggestions and other similar system of linkedin. I think Facebook suggestion also based personal knowledges, like school years, the companys i worked or something ...
8
votes
1answer
1k views

How to get LinkedIn Amazon Reading List data

Amazon has a "Reading List" application on LinkedIn. Has anyone succeeded in extracting the data from your own reading list? I would like to integrate this on my own site. To be clear, I am only ...
7
votes
5answers
2k views

Can't post anything on LinkedIN using linkedin-j

First, my problem is that I can't post any Network Updates, post Shares or Invite by ID. I always get the following exception : 08-29 17:18:04.000: E/AndroidRuntime(4316): FATAL EXCEPTION: main 08-29 ...
7
votes
3answers
477 views

Compute social distance between two users

How you would code an efficient algorithm which can return a social 'distance' between two users. For example, when you visit a profile on LinkedIn you can see what is the distance between you and ...
7
votes
1answer
435 views

Linked-in Once Authenticated : while calling Url of user Profile again ask for authentication

I am Using LinkedIn-j API for LinkedIn Integration. I am able to post Status Update. I want to Show User Profile in WebView in Android for That I am getting User Public URL using below code. ...
7
votes
4answers
252 views

LinkedIn API : Logout form LinkedIn API

I have worked with LinkedIn Api, I need some guidance regarding logout from Linkedin Api once I pressed Logout in My application screen. I have tried the following code: function closeSession(){ ...
7
votes
3answers
7k views

How to use LinkedIn API in iPhone SDK?

I want to use the LinkedIn API in my project, but I haven't found any good tutorials about using LinkedIn API. How to use LinkedIn API? "A beginners guide/introduction" of "basic concepts" would be ...
6
votes
3answers
5k views

How to make custom linkedin share button

I need to be able to add sharing functionality to custom buttom. I'm not interested with their generator, as I cant change linkedin image there. I want to use my own image for linkedin share button.
6
votes
3answers
2k views

LinkedIn API for Company Directory

I'm trying to use the LinkedIn API to search for companies, not users. I specifically don't want users - only companies. I had a look at the LinkedIn API Documentation (RTFM and all that), but as ...
6
votes
3answers
2k views

How do I store the LinkedIn API AccessToken so I don't have to re-enter credentials every time I use the LinkedIn API?

I am writing an app to mine information from LinkedIn. I've only found one code sample thus far on oAuth. I'm having trouble understanding the workflow of oAuth, for example: The Example asks for ...
6
votes
2answers
627 views

Keep url encoded while using URI class

I'm trying to get public profile information from LinkedIn. To achieve this I have to provide http://api.linkedin.com/v1/people/url=public-profile-url, where public-profile-url MUST be URL encoded. ...
6
votes
2answers
1k views

how to sign out in LinkedIn using authrequest using android?

i developed one app integrated with linkedIn..! i do SignIn authentication in linkedIn using OAuth Service to post the Network Update..but now how to sign out (de-authenticate) to the LinkedIn ...
6
votes
2answers
1k views

Login with Linkedin

How would one implement a login method for Linkedin, so people can just click a button and use their Linkedin account to login, just like on Facebook or Twitter? Both use OAuth, but I found specified ...
6
votes
2answers
415 views

Oauth token_rejected on LinkedIn verification - Intermittent

I'm having problems with Oauth and LinkedIn. Most of the time the verification with Oauth will work fine, but sometimes (something like 1 out of 10 or 20) LinkedIn will return token_rejected. So far ...
6
votes
3answers
181 views

LinkedIn Oauth - Revoke access from C#

I have my users already authenticated to my LinkedIn app but I also want to give them the possibility to de-authenticate from my app any given time. I think I'm just missing the http delete url to do ...
6
votes
3answers
465 views

LinkedIn menu iPhone app

I would like to develop an app with a menu which looks like the ios Linkedin app one. Like this (the left picture) There is 4 glimpses (miniatures) which are associated to the four principal ...
6
votes
1answer
552 views

Linkedin/Facebook Api to get users comment on users out of network update

I am using linkedin api for getting network updates. And I am being able to fetch comments that a user made on either his update or on his 1st degree network updates. My Question is : Is there any ...
6
votes
1answer
3k views

Using OAuth with Scribe on Android

Hi I'm using the scribe library for OAuth communication with LInkedIn. I have a login class and a query class. The login class creates a service to get my request token and secret and creates my ...
5
votes
5answers
2k views

Is it possible to build an application for the LinkedIn platform?

Do you know if it's possible to build an application for the LinkedIn platform?
5
votes
2answers
2k views

Does anyone know of a node.js linkedin API example?

I'd like to do some LinkedIn API coding using node.js. Does anyone know of an example node.js application that implements the LinkedIn oauth? thanks
5
votes
1answer
306 views

Why can I not generate a valid oauth-token using command-line curl for the LinkedIn API?

When testing the LinkedIn API and attempting to build a Meteor JS smart package to authenticate against LinkedIn's OAuth provider, I've run upon a total roadblock. In following these directions, I ...
5
votes
2answers
239 views

Unable to get public profile url from LinkedIn in Android (BufferedInputStream is closed)

I am unable to get the public profile url and get or post from the LinkedIn api in Android. I'm using linkedin-j-android source. I'm able to get successful accesstoken but when calling this line from ...
5
votes
2answers
579 views

Browserless access to LinkedIn with Python

I'm writing a command-line application that accesses linkedin. I'm using the python-linkedin API. Things work as I expected, but I have a really big gripe about the authentication process. ...
5
votes
2answers
506 views

LinkedIn authentication issue in eclipse

I AM trying to Integrate LinkedIn with android. Using tutorials I have applied following code... private void setWebView() { LinkedinDialog.oAuthService = ...
5
votes
1answer
143 views

LinkedIN: Block automatically loggedIn without asking allow access ( JavaScript )

In my appliaction I have used linkedIn API to login. If the user is already loggedIn in the linkedIn in same browser and pressing linkedin login button in my website , the user will automatically ...
4
votes
2answers
4k views

Posting LinkedIn message from Android application

I want to integrate my Android application with LinkedIn and post a message. Can anyone provide an example for how to do this?
4
votes
1answer
77 views

how the linkedin js is a valid javascript

LinkedIn Javascript integration is done with: <script src="http://platform.linkedin.com/in.js" type="text/javascript"> api_key: 9XXXXXXX authorize: true </script> What I do not ...
4
votes
2answers
559 views

Retrieving Linkedin Group discussion posts using ColdFusion

I have been requested by a client to pull the latest posts from their LinkedIn group to one of our website pages. I am developing using ColdFusion 9 and have been researching this for quite a few ...
4
votes
3answers
131 views

Jquery URL validation needs to contain linkedin.com

Im using jquery validation for my form, but im not used to use jQuery. This is what i got now, it checks for a valid URL, what i want is that it checks if the URL contains linkedin.com (i want users ...
4
votes
1answer
381 views

Please explain this example script from the LinkedIn developer API

I'm just getting started with the LinkedIn JavaScript API and right away I noticed a pattern that I am not familiar with: <script src="http://platform.linkedin.com/in.js"> api_key: ...
4
votes
1answer
1k views

Linked In Ignoring my oauth_callback

I am simply trying to login using LinkedIn. According to LinkedIn they are using OAuth 1.0a, which means I should send the oauth_callback param when getting the request token. Here is the link I am ...
4
votes
1answer
1k views

New LinkedIn Permissions Problems (Rails omniauth-linkedin gem)

I'm using the omniauth-linkedin gem for my rails application: https://github.com/skorks/omniauth-linkedin It should be taking into account new LinkedIn permissions request procedures and scopes, but ...
4
votes
1answer
136 views

LinkedIn: Auto Login using linkedin button without pressing the button

I have created the Linkedin sign for my application and where I am in need of to do auto login using linkedin without pressing linkedin button (i.e , Automatic login using linkedin It should onloading ...
4
votes
2answers
748 views

onNewIntent() is not called in android Tabs

I am working on one application. In my application I have three tabs. In the 3rd tab I have implemented some LinkedIn integration using their SDK, so that user can share on his LinkedIn account wall. ...
3
votes
2answers
9k views

net/http.rb:560:in `initialize': getaddrinfo: Name or service not known (SocketError)

@@timestamp = nil def generate_oauth_url @@timestamp = timestamp url = CONNECT_URL + REQUEST_TOKEN_PATH + ...
3
votes
4answers
85 views

Need insight on understanding this small piece of HTML and Javascript

I've embedded a LinkedIn Apply Now button on my page. But there are several things that confuse me. First of all, when I right click the widget, I cannot "save as" the image. Guess because it's not an ...
3
votes
3answers
760 views

LinkedIn Groups and Google Maps integration

Has anyone seen an implementation of Google Maps using LinkedIn group information? Specifically I would like to plot the location of members within a group as pins on a Google Map. Any help or ...
3
votes
3answers
1k views

“Login Failure” using LinkedIn OAuth in asp.net mvc 4

I am taking a look at the default OAuth implementation that comes with asp.net mvc 4. It definitely is impressive, as all i had to do was add this line in AuthConfig.cs: ...
3
votes
3answers
2k views

How to do Dropbox authentication in a single page app without opening a new window?

I have a single page app that integrates with other services such as Dropbox and LinkedIn. Dropbox, for instance, has great API and I got the authentication working by opening Dropbox's authentication ...
3
votes
1answer
2k views

Get LinkedIn user profile pictures

Like facebook http://graph.facebook.com/userid/picture, is there an easy way to get multiple profile pictures in LinkedIn?
3
votes
2answers
1k views

cannot confirm after passing the LinkedIn API authorisation on iPhone App

I have done the authorisation step of LinkedIn-iphone API, and the app comes to the screenshot: But the 'close' button does not respond, and no where to use the authorised PIN. Because it is ...

1 2 3 4 5 22