Facebook Graph API and friend's email
问题 There are some question on the StackOverflow about facebook & email, but after reading them I still have a problem with retrieving users emails. Our app implemented on Flex and uses REST API. And previously it used notifications.sendEmail. App has publish_stream and email permissions (checked with users.hasAppPermission). I tried users.getInfo for get proxied_email address. But this function does not return email address of the friend.. Then I performed the following test using Graph API and