linkedin

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? ...

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 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 embeddin...

export contact list from gmail, hotmail, yahoo, linkedin, facebook...

Hi, I'm looking for library/API to retrieve contact list (emails address to which user had sent mail to, regardless whether user had explicitly added it as contact ). Anybody know such library/API available there? Thanks kandy ...

Update Status Linkedin

Do you know how to update status in linkedin using php script? Is that possible to do that? ...

Regarding using LinkedIn API?

Hi all, My idea is to connect to LinkedIn through the API and work on the public data. My area of concern is where to find Linkedin API and how to use it. I have search a lot but landed no where. Please help me in this regard. ...

How to loggedin in LinkedIn automatically from Asp.net Application?

Hi all, I have created a username and password to enter and search people in linkedin. Now, I am devloping a web application using asp.net. I need to open a popup page which is displaying the searched results in linked in as logged in. When the popup page is displaying, I need to logged in automatically using the username and password....

How to login in LinkedIn automatically from asp.net application?

I have dummy username and pasword to enter in linkedin. From an asp.net application, when the button is clicked i need to login automatically used the username and password in linkedIn. How to do that? Thanks ...

Update status in LinkedIn via simple URL

I'm developing a web-app which is similar to stackoverflow. And I need to implement some "LinkedIn" button for each question/answer which should update user's status in LinkedIn to smth like "Reading: [title of a question] ([url to a question])". I have found that request like http://www.linkedin.com/status?statusText=Reading%20smth.....

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 displayed on a page (e.g. in people search results, list of people working in a company, etc.)? <EDIT> I got the essential "trick" of the solution...

LinkedIn integration - Establish a requestToken

Hi. I'm developing (trying for now) portlet that will be integrated with LinkedIn. Following the documentation about it: http://developer.linkedin.com/docs/DOC-1008 --> The first step to authorizing a LinkedIn member is requesting a requestToken. This request is done with an HTTP POST. For the requestToken step, the following componen...

Has anyone gotten the LinkedIn Ruby Gem to work at all?

The ruby gem for LinkedIn that I'm using is here: http://github.com/pengwynn/linkedin When calling LinkedIn::Client.new with a valid API Key and Secret, I get this: undefined method `tap' for # Other people have had the same problem, see http://developer.linkedin.com/message/2363 Don't think anyone has proposed a solution yet. ...

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 guidance would be great. Thanks. ...

How can I integrate LinkedIn within an iPhone application?

Hello Everyone!! hope you all are fine and also in one of your best of moods!! I need your help to know regarding integrating linkedin with my Iphone Application. I do Googling and am able to create an API for linkedin. using http://developer.linkedin.com/community/apis link. But since i am newbie, I stop here. I have both API Key and...

How to login to Linkedin website programmatically in C#

I am using LinkedIn API for search. I wish to implement a feature where a user can search but will not need to login. Login can be done programatically using my own credentials. I am stranded at a point where I do not know how to enter email and password in c# and then redirection will take place to my callback-url once Grant Access bu...

WatiN does not works with LinkedIn OAuth token Access Form

Does WatiN support redirects? I'm trying to automate testing linked in integration library with WatiN. // url like "https://api.linkedin.com/uas/oauth/authorize?oauth_token=ba826cd4-644a-4709-b2de-bedb7c8fb5b4" using (var ie = new IE(authorizationUrl)) { if (ie.TextField("email-oauthAuthorizeForm").Exists && ie.TextF...

web2py, OAuth and LinkedIn

Hi everyone, i am new to Python and Web2py and i am developing an app that will use the LinkedIn api I use this library http://code.google.com/p/python-linkedin/ (it includes OAuth). My problem is very strange and that s why i am writing to the list. When i try to connect to LinkedIn from the web2py console i get a request Token. When i...

LinkedIn-Style Search Feature & Functionality in jquery+ajax

I would like to implement a search box in my website that is similar/identical to that used on LinkedIn i.e. category search, auto-complete dropdown, etc. I would like this to be jquery + ajax based. Is their any code available for a LinkedIn-type search feature? If not, does anyone have good advise on how to re-create this serach funct...

Python LinkedIn API problem (OAuth)

Hi everyone, has anyone used the pylinkedin library ? After redirection from LinkedIn when I try to get the accessToken LinkedIn returns oauth_problem=permission_unknown Any clues ...

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 helpful. OK, after googleing around I went to this link LinkedInAPI. I filled in the form but I am unable to understand what the "Integra...

Best UI/design patterns to find my users' friends who are also my users

What's a good design pattern to find my app's users' friends (facebook, linkedIn, twitter), etc who are also configured with my app? Eg, my party app has party organizers. The organizers add party people by name/email. Later a party person logs in via Facebook. I want to show her which of her friends will also be at the party. Should I...