At midnight UTC on the 7th of June my facebook integration started returning:

((#100) This endpoint requires the 'pages_read_engagement' permission or the 'Page Public Content Access' feature.

When getting information about a page.

I can't see anything on the changelogs about something on this date, but I had a notice of deprecation of v13 for the 28th of May and the switch to v14.

Maybe this change was rolled out over time and my account got the change on the 7th of June? I can't see anything relevant in the v14 changelog.

I am lost on what the issue is.

The Page token I am testing has 'pages_read_engagement' in its scope and my app also has 'Page Public Content Access'.

My own facebook page works though but users pages that appear to have the right permissions don't.

I want to add Google Analytics and Google Adsense to my website in NextJS. I found this official doc: https://nextjs.org/docs/app/building-your-application/optimizing/third-party-libraries#google-tag-manager

According to this, its enough to add:

 <GoogleTagManager gtmId="GTM-XYZ" /> 

However, I have problem with understanding how Google adsense works. I know that google adsense require from me to include another script to my head (my account is not approved yet for google ads). The problem is that I want to let user decide whether he accepts analytics and advertisement cookies. I was going to simply remove GoogleTagManager from my head for analytics but what with advertsiement? I.e. I can't remove the Google Ads script because I dont want to remove ads at all so have can I distinguish between "personalized adverts" (user accepted cookies) and "not personalized" adverts? How should I construct my code to handle all cases?

Some time ago I got our business verified on Facebook, and many apps have been connected to this business account. But the last few months I get an error when trying to create a new app and connect it to our business account, either in the process of creating the app, or later under App Settings -> Basic -> Business verification.
Earlier on I got a more generic error like "Unexpected error, please try again later" or something like that. Now I am getting "You have been temporarily blocked from performing this action."
This has been going on for months, and I have no idea why this is happening, and no way to contact Facebook support for help. Is there any way to fix this?