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

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -