Facebook $ this-> facebook-> api('me / albums')返回空数组

时间:2015-12-21 10:50:52

标签: php facebook codeigniter facebook-graph-api

我开发了一个Facebook应用程序获取用户的所有个人资料照片。问题是应用程序正在为我工​​作,但如果我使用另一个Facebook帐户登录,同一页面将返回空数组。以下是我的代码

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

0 个答案:

没有答案