I used the following code to access the albums of a fan page on facebook:
$cUrl = new cUrl;
$fb_page_id = "xxxx";
$json_link = "http://graph.facebook.com/{$fb_page_id}/albums?fields=id,name,description,link,cover_photo,count,created_time";
$j...
asked by
20.07.2015 / 20:40