views:

130

answers:

2

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.

A: 

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.

Azeem.Butt
+1  A: 

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

bucchere