I was wanted to use the facebook php sdk to extact all relevant details of the user who logs in to my app . I am aware that this can be done by the facebook->api('/me') API .
I am trying the fetch the email address of the user . Besides this i also want to fetch alternate email addresses of the user .
I am aware that some people have tried doing this in the past but facebook api does not support fetching alternate email addresses . Does this still hold true . ? I dont see any document that suggests that the feature has been implemented recently . want to be doubly sure .