0

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!

tadejm
  • 184
  • 6

1 Answers1

0

Please, follow instructions given on http://github.com/tardate/authlogic_rpx . There you can find how to enable the mapping!

Andrei
  • 10,918
  • 12
  • 76
  • 110