[eluser]svkonur[/eluser]
Hi guys im using facebook php sdk of jondavidjohn. I want to ask that how can i get logged user's albums? I tried this ones:
$user_albums = $this->facebook->api("/{$user_profile['id']}?fields=albums.limit(10).fields(photos)");
$user_albums = $this->facebook->api("/{$user_profile['id']}?fields=albums");
those are returns only logged user's facebook id. How can i get all albums with this api?
Regards.