Janusz0

Results 1 comments of Janusz0

Firstly, set your profileFields section. ``` 'facebookAuth' : { 'clientID' : 'your App ID', 'clientSecret' : 'your App Secret', 'callbackURL' : 'your Callback URL', 'profileFields' : ['emails'] } ``` Now,...