linkedin

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 talking about my own reading list, this is not to collect other the data of other people. Unless I'm missing something, there is no clear way to...

Issues logging in LinkedIn with ruby mechanize

Hi folks, this week I'm having problems logging in LinkedIn using ruby mechanize. My code is as follows: agent = WWW::Mechanize.new home_page = agent.get('http://www.linkedin.com') sign_in_link = home_page.links.find{|link| link.text == "Sign In"} login_form = sign_in_link.click.form('login') # with email and password variables properl...

Linked api Integration

Hi friends i am using linkedin api to integrate linkedin profile and messages to my website. I got one sample example throgh googling.but the output is coming in xml output. then how can i bind all those things to my website controls ...

Using oAuth (Twitter, LinkedIn) for login to a web app

Should I use oAuth, for example LinkedIn or Twitter, as my signin mechanism for my app? It seems that most apps just use oAuth to connect other services to it, but they make you set up your own user/password after you use oAuth (including StackOverflow), and I'm not really sure why this is. Would love some insight here. Thank you. ...

Rails LinkedIn gem only gets first name and last name out of profile

I'm currently trying to use this gem http://github.com/pengwynn/linkedin. Everything works fine (i.e. authentication and calling the method which gets the profile), except that the profile object only contains the first name and the last name. I'm trying to get my own profile info through the api, so the necessary information is there....

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 if anyone can advise a solution for my issue. I want to allow users to login to my site via their LinkedIn/Twitter/Facebook account once logged in say via LinkedIn the...

Parsing out information from a LinkedIn profile using VB Script

Does anyone have an example that parses out the information from a LinkedIn profile using VB Script? I have a database which contains client information and I have been including the client Key for LinkedIn in hopes to have it automatically update some or possibly all of the information for that client. Sincerely, Christopher J. Schäre...

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 + "&oauth_callback=#{OAUTH_CALLBACK}&oauth_consumer_key=#{OAUTH_CONSUMER_KEY}&oauth_nonce=#{NONCE} &oauth_signature_method=#{OAUTH_SIGNATURE_METHOD}&oauth_timestamp=#{@@timestamp}&oauth_version=#{OAU...

clickable hyperlink behind image

I'm using the LinkedIn Profile widget on my site and am using the popup version. Although it's functional, I don't like the little LinkedIn icon that's placed as I'm already using a larger LinkedIn icon. Is it possible to hide the smaller one? (I assume it's built into the class, but there may be an option somewhere?) If not, is it possi...

LinkedIn with Pecl OAuth: "got a 400, expected HTTP/1.1 20X or a redirect"

I have Pecl OAuth with PHP5 on a Debian box and I try to authenticate to LinkedIn. When calling; OAuth->getAccessToken('https://api.lin...')\n#1 I get; PHP Fatal error: Uncaught exception 'OAuthException' with message 'Invalid auth/bad request (got a 400, expected HTTP/1.1 20X or a redirect)' I have tried it from scratch and I have...

Twitter API + OAuth - 401 error developing locally using reverse SSH tunnel

I'm developing a django application which lets users connect their Twitter account. As I'm developing locally, I have set up a reverse SSH tunnel so that the Twitter API has a valid callback url (myserver.net): ssh -nNTR :6969:localhost:8000 myserver.net On successful authentication, Twitter passes back its OAuth access tokens to mys...

OAuth::Problem (parameter_absent)

Im working with OAuth 0.3.6 and the linkedin gem for a Rails application and I have this issue where OAuth throws an error saying that OAuth::Problem (parameter_absent). The thing is it doesn't throw the error on every occasion its called and the problem is I am unable to reproduce the issue locally to test it. The documentation says th...

LinkedIn API returns 'Unauthorized' response (PHP OAuth)

I've been struggling with this one for a few days now. I've got a test app set up to connect to LinkedIn via OAuth. I want to be able to update a user's status, but at the moment I'm unable to interact with LinkedIn's API at all. I am able to successfully get a requestToken, then an accessToken, but when I issue a request to the API, ...

How to "Log In" to a website through a program and retrieve personal information from it.

Lets say I want to go into my LinkedIn account and pull out the summary about myself: I'd... 1) Give the program the credentials to my account, 2) Have the program "log in" to the website 3) Go to my profile page 4) Look for keywords in the page to pull out my summary. Which programming language should I use and where could I learn...

Linkedin Integration in Blackberry

Has anyone done LinkedIn integration in Blackberry? If yes, then please give me a startup how to do it? ...

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

Last Login Ip of linked in user

Hi, is there a way to get the last login Ip of a certain profile in LINEDIN social networking. There is an API but I`m not very optimistic about that, any links or info would be appreciated. Thanks. Imran ...

Single package to allow signing in with oauth through several social networks?

I'm looking for a way to allow users to sign in to my site using Twitter, Facebook, LinkedIn, and Google. A good example of a site that does this is Answers.com, on the homepage they have a set of buttons, and each button gives a simple pop up window to confirm the connection. I know that I can implement each connection individually, bu...

How to send bulk emails with good success rate?

There are many articles and threads about guidelines while sending bulk emails. Most of the times it was mentioned that emails should be sent to the subscribed users. So that we can avoid "users clicking on spam in their mail boxes". There are some features in famous social networking sites where we can send invitations to Yahoo contact...

How do I programatically list my LinkedIn contacts?

I have searched the LinkedIn APIs, but I cannot see a way to get the contacts. I know that there are some applications that have this functionality, but I am wondering is this legal or if they use some kind of partner API? ...