I’m writing a Ruby on Rails (3.1) app where a user can send emails from a form in the app as part of the workflow. At the moment the email field is just an html input where the user can type/paste in an email address. What I would like to do is, with the users permission, give them the option of a selector of their facebook contacts.
Share
Facebook API reference
Rails specific: follow this guide.