I am having a problem with the facebook graph API, when I try to read a Page feed using graph../{pageId}/feed
it works only for some pages. On other pages I get the following error:
{
"error": {
"message": "(#200) Requires extended permission: ads_management or manage_pages",
"type": "OAuthException",
"code": 200
}
}