0
我使用下面的代碼來執行一個人在LinkedIn與Ruby on Rails的搜索嘗試搜索API的使用與紅寶石:LinkedIn人在軌道上
client.search(
:fields => [{ :people => %w(id first-name last-name api-standard-profile-request)}],
:first-name => params["first_name"]
)
執行時它提供了以下錯誤:
undefined local variable or method 'name' for #<JobsController:0x00000004888d68>
什麼問題?
非常感謝。這有幫助。 – Raghav