I am unable to locate all possible scope options in passport for facebook and google. Could anyone mention all possible scope option/values that we could pass during authentication for facebook and google?
I need to use other scope options for facebook and google just like I am currently using 'email' scope values. Please mention all possible scope options for facebook and google seperately.
passport.authenticate(key, {scope: ['email']})(req, res, next);
As the Passport documentation states, "Values for the scope option are provider-specific. Consult the provider's documentation for details regarding supported scopes." A list of facebook scope options can be found here and google scopes here