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.

is it possible and how? i try fb graph, api, javascript sdk , and dont know how to see friends emails, only name and id is available

twoo.com and netlog.com CAN see my friends emails and send them invite directly to email, from *@twoomail.com

share|improve this question

2 Answers

have you asked for the email permission from your users? http://developers.facebook.com/docs/reference/api/permissions/

this permission is not granted to your app by default. once you ask for it, and users grant it, you can access it via the graph api

as for inviting users, you can also use the request dialog: http://developers.facebook.com/docs/reference/dialogs/requests/

share|improve this answer

"Note: There is no way for apps to obtain email addresses for a user's friends."

https://developers.facebook.com/docs/reference/login/email-permissions/

Its not allowed

share|improve this answer
And I am sooo glad that is the case :) – Andrew Barber Feb 23 at 22:48

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.