Welcome Guest, Not a member yet? Register   Sign In
Facebook Api Albums
#1

[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.




Theme © iAndrew 2016 - Forum software by © MyBB