Requesting additional scopes for Facebook Login

With authenticating with Facebook, you can include additional scopes of access such as email, which is not included in the standard user object returned by the Facebook API. Is there anyway to request access to these additional scopes when authenticating with Facebook with Auth0? Would this be possible with a rule?

You can request additional attributes and permissions through the settings dialog of the social connections. Have a look at the following document which outlines how to setup your Facebook social connection: https://auth0.com/docs/connections/social/facebook

I actually just found that. Thanks for the answer though!