我按照所有这些说明在我的rails应用程序中获取我的linkedin连接
此处gist www.gist.github.com/sreeharikmarar/6364970
它提供了很好的连接,但是这不会给出连接的电子邮件ID。
profile = @linkedin_client.profile(:fields=>["connections"])
如何获取我的连接的电子邮件ID。
答案 0 :(得分:1)
尝试此连接:
# view connections for the currently authenticated user
client.connections
来自 this Source
注意:强>
你不能浏览连接。"也就是说,你只能得到 授予应用程序访问权限的用户的连接。您 无法获得该用户的连接(第二级) 连接)。