Posts under category Meta & Facebook

One of our app had problems we turned it to the development mode. And we have been writing the game all over. It is about to finish but I can not enter Facebook Web Games Url.It was giving error saying "App domains must match the domain of the Facebook Web Games URL (https), Mobile site URL, Unity binary URL, Site URL or Secure Page Tab URL. Please correct at least one of these domains: oyunzade.com" so I removed al lthe domains but I could not re enter them.

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?

Graph API requests using an appsecret_proof that only contains the access token and app secret have been working fine since (at least) 2023. However in reviewing the docs (https://developers.facebook.com/docs/facebook-login/security/#appsecret) the inclusion of a time stamp inside the appsecret_proof as well as in a separate header, appsecret_time, is also indicated.
Is it required (now or soon) to include the time stamp?

I use the api to do bid_adjustments to placements and age through the marketing API for the manual campaigns, using this documentation https://developers.facebook.com/docs/marketing-api/bidding-and-optimization/bid-multiplier/
Can you use the bid_adjustments for ASC campaigns? I am getting this error: 'error': {'message': '(#100) Invalid ad set param(bid_adjustments) to create an ASC ad.', 'type': 'OAuthException', 'code': 100, 'fbtrace_id': 'A9I_ujc8ww-QwbELWlE-I2y'}
Has anyone successfully used bid_adjustments for ASC campaigns? Are bid_adjustments completely unavailable for ACS campaigns or if there are some that work. Maybe I did something wrong.