only witht he extended permission you can specify via the scope attribut, when obtaining the access token
for ex:
https://graph.facebook.com/oauth/authorize?
client_id=...&
redirect_uri=http://www.example.com/callback&
scope=email
Joe Hopfgartner
2010-10-08 09:58:25