Chris B
Chris B

Reputation: 794

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.

Upvotes: 1

Views: 857

Answers (2)

Chris B
Chris B

Reputation: 794

This was answered over here on the LinkedIn forums: http://developer.linkedin.com/thread/1170

FYI: Seems like the answer is to upgrade Rails to 2.3.x

Upvotes: 2

Azeem.Butt
Azeem.Butt

Reputation: 5861

That would seem to be a Ruby 1.9 feature, so if you're not using Ruby 1.9, it's not going to be there.

Upvotes: 0

Related Questions