swapnil002

Results 1 comments of swapnil002

app.get('/auth/facebook', passport.authenticate('facebook', { authType: 'rerequest', scope: ['user_friends', 'manage_pages'] })); rerequest doesnt seem to be working. Any other solution around this? I can manually redirect user to grant permission page again....