I followed the example (example.php) of this project: https://github.com/facebook/facebook-php-sdk
It runs very well and I can retrieve a lot of informations from a facebook account (name, id, first name, last name, city...) but I cannot see the user email, that is the only thing I need...
How can I modify that page to retrieve ONLY the user email?
Thanks!
