facebook - Why is others when trying to login via fb in your web not having same permission? -
in login_url state scopes can information of user location , email. when others try login via fb results has users id , name
$this->facebook->login_url('login2/fb_login',array('scope' => 'email,user_photos,user_location'));
in request
$this->facebook->request('get', '/me?fields=id,first_name,last_name,email,location');
please help
read login review: https://developers.facebook.com/docs/facebook-login/review
most permissions need reviewed before can go public them.
Comments
Post a Comment