将 URL 参数添加到 OmniAuth 策略
使用 Facebook 策略进行连接时,我想在 Facebook URL 中使用 display=popup 。
我看到initialize()函数有一个options参数,我在哪里可以调用它 在 Omniauth 宝石之外?
谢谢。
When connecting using the Facebook strategy, I want to use display=popup in the Facebook URL.
I saw that the initialiize() function has an options argument, where can I call it
outside the Omniauth gem?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是我的设置方式:
Here's how I have mine setup: