I got facebook page details using pass page id and page access token to following code.
'https://graph.facebook.com/'.$page_id.'?access_token='.$page_access_token
I got all the page's details except email address. how can I get the email address? Thanks in advance.