我知道这是一个非常基本且愚蠢的问题,但是由于我是初学者,并且从早上开始寻找示例以使用 gem 'linkedin',:git => "git://github.com/pengwynn/linkedin.git"。
请为我提供使用此 gem 的示例。
因为我在这里看到https://github.com/pengwynn/linkedin/tree/master/lib/linked_in客户端类只有初始化没有新方法
def initialize(ctoken=LinkedIn.token, csecret=LinkedIn.secret, options={})
什么是选项在这里传递什么?这在客户端类中也可用。