I am trying to get facebook user albums id and I am using this code
$friendsalbum = $facebook->api("/userID/albums/");
where userID is the user facebook id but it returm me empty array.
|
|
Well i used this code in app
Here is the sample app. |
|||||||
|
|
Ensure that you have the
If it returns empty after this it means that the user's privacy setting is blocking you from accessing this data.
|
|||
|
|