Posts under category Meta & Facebook

Same request was working fine until June 18, 2024. Now it fails for some IG profiles and work for other. It looks like a bug, could you please check it?
Example of request:
/media?fields=username,id,caption,media_type,media_product_type,media_url,permalink,timestamp,insights.metric(ig_reels_video_view_total_time,ig_reels_avg_watch_time,clips_replays_count,ig_reels_aggregated_all_plays_count)
Response is ```{ "error": { "message": "An unknown error has occurred.", "type": "OAuthException", "code": 1, "fbtrace_id": "A83c14uz-ENaJ2svVXpLU4o" } }

I have encountered difficulties in sending messages via the API. Specifically, I am receiving the following error message:
Error Response: {"error":{"message":"(#135000) Generic user error","type":"OAuthException","code":135000,"error_data":{"messaging_product":"whatsapp","details":"Generic user error"},"fbtrace_id":"A1waaM6nHFNACvy0TmQySEo"}}
I would greatly appreciate any assistance or guidance to resolve this issue promptly.

This is whatsapp business id i am using this to send single text message and getting success but not receiving message.
but when i trying to send template message its working and i am receiving but not working in individual type message. Please help me to get out of this problem
this is payload { "messaging_product": "whatsapp", "recipient_type": "individual", "to": "919803342943", "type": "text", "text": { "body": "As requested, here's the link to our latest product" } }