I have a script that pulls in each ad, the thumbnail, title, body and a few other bits into Google Sheets.

I have some responses coming back with the title and body, and some not.

here is the graph api I'm running to try find why, but still coming up short.

act_/ads?fields=id,name,creative,adcreatives{title,body}

I then just get an empty result for some

{       "id": "< ID >",       "name": "< AD NAME >",       "creative": {         "id": "< ID >"       },       "adcreatives": {         "data": [           {             "id": "< ID>"           }         ]       }     } 

Any idea on why it returns values for some and not others? The ads have those values present in the account.

Dear Facebook,
In every next rejection of my app I'm receiving a very polite "Please do feel free to reach out to us if you might have any doubts or queries regarding the same". However, when I reach you with my doubts and questions you are just sharing the same generic statement without answering my question, making the review as a dead loop. No info in your answer which I'm looking for, just "Please do feel free to reach out to us if you might have any doubts or queries regarding the same" again. I appreciate your experiments with AI companions, but this is not helping much.
How can I contact you to get the human at the other end?
Kind regards, Vsevolod Strekalov

a few months ago I requested the corresponding permissions in my app V.18.0: pages_messaging, public_profile, pages_manage_metadata, pages_read_engagement, pages_show_list, and business_management. All permissions were granted. However, when trying to make the connection, no pages appeared for me to connect to; it showed 'list is empty'. So, I updated my app to V.20.0. Now, if there is one page, I can establish the connection, but if there are 2 or more pages, it still shows as 'list is empty'. Do you have any advice on how to solve this? I've checked permissions settings for the pages and the app, but I can't identify the issue.

I expected all the Facebook pages I have to appear in my app so that I could select one or all of them and receive their Messenger messages in my application. I tried upgrading from version 18.0 to version 20.0, but it still doesn't work.