I am using the facebook ionic authentication provider; where and how to set my scope to ask the user for consent on the data my ionic app will be retrieving from his or her facebook profile
I am using
$ionicAuth.login(‘facebook’,[‘public_profile’,‘email,user_friends’,‘user_posts’,‘user_photos’,‘user_videos’]).then(function(response){
The facebook login screen comes up but after successfully authentication with facebook the facebook consent page does not come up.