Question

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.

Was it helpful?

Solution

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

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top