简体   繁体   中英

Facebook $this->facebook->api('me/albums') returning empty array

I have developed a facebook app get all profile pictures of user. The issue is that app is working for me, but same page returns empty array if i logged in with another facebook account. Following is my code

$albums = $this->facebook->api('me/albums'); // api call to facebook to fech all albums of the given page
print_r($albums['data']);
exit;

我假设您没有通过Login Review ,所以所需的user_photos权限仅对在应用程序中具有角色(管理员,开发人员,测试人员)的用户有效。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM