Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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|improve this question
Should be easy to do, just follow the guide posted below; however, you won't be able to get the user's friends' emails—Facebook doesn't allow you to do that because it could allow spamming! – Jesse Pollak Jan 20 '12 at 8:49
The user's friends email is what I would need so that the user can easily send emails to their friends from my app. Though perhaps it would do just to send a facebook message instead of an email. – bradgonesurfing Jan 20 '12 at 10:02
Yeah, unfortunately you can't do that. I'm working with a similar situation and we prompt the user to enter their friends' emails. – Jesse Pollak Jan 20 '12 at 17:34

1 Answer

up vote 1 down vote accepted

Facebook API reference

Rails specific: follow this guide.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.