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

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -