Rails - 设置 linkedin gem

发布于 2024-10-01 16:50:25 字数 195 浏览 4 评论 0原文

有点愚蠢的问题,但我如何使用 linkedin gem(https://github.com/pengwynn/linkedin)

我已经安装了 gem 并了解如何获取实际的个人资料数据,但中间的部分让我感到困惑。

api 密钥代码块应该放在哪里?我应该创建一个单独的 .rb 文件还是应该在控制器顶部调用它?

谢谢,亚历克斯

bit of a silly question but how do I use the linkedin gem(https://github.com/pengwynn/linkedin)

I have installed the gem and understand about getting the actual profile data but the bit in the middle confuses me.

Where should the api key code block go ? should I be creating a seperate .rb file or should I call it at the top of the controller ?

Thanks, Alex

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

沉溺在你眼里的海 2024-10-08 16:50:25

自述文件中链接的示例显示他们创建一个单独的控制器来处理身份验证。

查看此处的示例

The example linked in the readme shows them creating a separate controller to handle the authentication.

Check out the example here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文