Posts under category Facebook Graph API

Hello, we are receiving an error when we tried to fetch reel insights by:
me/video_reels?fields=video_insights OR {video_id}?fields=video_insights
{
"error": {
"message": "An unknown error has occurred.",
"type": "OAuthException",
"code": 1,
"fbtrace_id": "AVrGBcxeSTT9fD3t_udfGI0"
}
}
Any idea for this?

Hello,
we just implemented collaborator support for FB reels.
Publishing works great and also when requesting the collaborators for those posts, they arrive via API (status=pending).
But the added collaborator(s) don't receive any notification to accept the invite. So they are not even aware that they got added as collaborator.
I also added collaborators directly in the FB UI with the same outcome. I can successfully request them but the notification for the collaborator on FB is missing.
Does anyone experience this issue as well? Is there maybe sth. i am missing?

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.