User has admin access on some Facebook Business pages and full access on a bunch of pages in the Business Manager.
But https://graph.facebook.com/v18.0/me/accounts call using the user's token is not returning the pages that he has access to via the Business Manager.
Scopes on the token are: read_insights, pages_show_list, instagram_basic, instagram_manage_comments, instagram_manage_insights, instagram_content_publish, pages_read_engagement, pages_manage_metadata, pages_read_user_content, pages_manage_posts, pages_manage_engagement, public_profile
Until yesterday (2/13/2024) all pages were being returned by the /me/accounts call. Since yesterday those pages are not being returned.

I use the Groups API to get new posts made to specific private Facebook Groups. Given the upcoming deprecation of the Groups API, is there any other API support that will allow me to continue to programmatically read new posts made to these Groups?

I am attempting to follow several guides to implement a API access to our own google ads api. The goal is to load spend and campaign information to our internal data warehouse so we can build reports etc.. Pretty straight forward. oh no!

We use a SaaS tool called Celigo to build interfaces to API's in this case the google API. I have followed the guides, which have not been simple for me to understand:)

After several failed attempt, I finally thought I was on the right lines, I enabled the API in GOOGLE CLOUD under my project. set up a OAuth consent screen. I then attempted to create credentials. however I get this internal error to which after much google-ing I can't find any support for. Does anybody have any experience of this issue? or help my unblock this part ? thanks in hope!

The request failed because one of the field of the resource is invalid.

Expecting to create oauth credentials

FYI guides I have been following are https://www.youtube.com/watch?v=HXKpfGqPRy0&t=1042s https://docs.celigo.com/hc/en-us/articles/360060770192-Set-up-a-connection-to-Google-Ads#Client-Info3