mmangino / facebooker2

A simple facebook connect library for ruby
MIT License
311 stars 93 forks source link

Email does not come through when user has multiple emails #9

Closed finknottle closed 13 years ago

finknottle commented 14 years ago

I am passing perms for email correctly, and the plugin tests well for facebook users who have only one email address. However, for users with multiple email addresses listed under their settings in Facebook, the facebook_session.user.email comes back as nil.

Is this because facebook is sending back nil, or could it be that it is sending an array (or some other data type), while the plugin is expecting a string?

Any help will be greatly appreciated. Thanks!

mmangino commented 14 years ago

Can you get me an example of the XML? I have multiple email addresses but the current code works for me.

mmangino commented 13 years ago

I haven't heard back, so I'm closing this