Auth0 facebook pages_magane_metadata permission missing

We are using the python facebook sdk to query facebook data. For one of the requests we try to get some information from the page and it is failing with "

error": { “message”: “(#100) Page Public Metadata Access requires either app secret proof or an app token”, “type”: “OAuthException”, “code”: 100, “fbtrace_id”: “AZGveQoRg2l6tGu5fTMIj3o” } }

On our test account we have the permission pages_manage_metadata and it works just fine but on the live accounts we are testing with, it fails. I don’t see the pages_manage_metadata permission anywhere in Auth0 facebook connection settings, is that permission missing or am I missing something?

PS: I have the permission approved on my facebook dashboard and everything it just is not in Auth0