Rails - 设置 linkedin gem
有点愚蠢的问题,但我如何使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
自述文件中链接的示例显示他们创建一个单独的控制器来处理身份验证。
查看此处的示例
The example linked in the readme shows them creating a separate controller to handle the authentication.
Check out the example here