You do not need an access token!
$url = 'url_pulled_from_database'; $url = str_replace('http://www.', 'http://graph.', $url); $get_id = file_get_contents($url); $get_id = json_decode($get_id, true); $fbID = $get_id['id']; //THEN CALL THE FUNCTION fb_parse_feed($fbID, $maxnumber);
I can not use the fb_parse_feed function, but you can find it here https://gist.github.com/banago/3864515
dvicemuse
source share