php - user_photos facebook permission doesn't work -




i working on web project , integrating facebook login users. , going add permissions, allow web access user information when login facebook. added

$permissions = array(     'scope' => 'user_friends, user_photos, email, user_status, user_website, user_videos' ); $loginurl    = $helper->getloginurl(new_fb_login_url(), $permissions); 

then try login facebook account , works user_friends, email , asks user allow access to. didn't user_photos other, didn't ask photos access. been trying searching hours on this.

can me on problem? thanks.





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -