Authlogic RPX 扩展权限
我正在为 Ruby on Rails 网站开发 Facebook Connect 功能。我注意到 FB 不会提供用户的电子邮件,除非您需要扩展权限。我正在使用 authlogic_rpx gem。
有谁知道,如果可能,如果如何,要求用户使用 authlogic_rpx gem 授予对其电子邮件地址的访问权限?
谢谢你!
I am working on the Facebook Connect feature for a Ruby on Rails website. I noticed that FB doesn't provide the user's email unless you demand extended permissions. I'm using the authlogic_rpx gem.
Does anyone know, if it's possible, and if how, to ask the user for granting access to his email address using the authlogic_rpx gem?
Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请按照以下说明进行操作
http://github.com/tardate/authlogic_rpx 。
您可以在那里找到如何启用映射!
Please, follow instructions given on
http://github.com/tardate/authlogic_rpx .
There you can find how to enable the mapping!