php - What permissions do I need to get Facebook to display user submitted photos in a Page's feed through Graph? -
i have script checks client's facebook page user-submitted photos. working fine until last week, though noticed problem today. until then, accessing page's feed via graph include posts. now, photo posts appear ones done page admin. code has not changed in 2 weeks figure there has have been changed on over fb's side. has there been new permission should add?
the posts missing if try using graph explorer.
$fql_query = 'https://graph.facebook.com/' . $pageid . '/feed?limit=50&access_token=' . $access_token;
Comments
Post a Comment