Posts under category Meta & Facebook

Upon sending a dynamic message template, we are receiving the following error message: { "error":{ "message":"(#135000) Generic user error", "type":"OAuthException", "code":135000, "error_data":{ "messaging_product":"whatsapp", "details":"Generic user error" }, "fbtrace_id":"APw-CrBLJEySZT-KOq78T84" } }
Have double checked the syntax, access token and the phone no id. Please help
{ "to":"[user phone number]", "recipient_type":"individual", "messaging_product":"whatsapp", "type":"template", "template":{ "name":"mechanism_of_action", "language":{ "code":"en_US" }, "components":[ { "type":"header", "parameters":[ { "type":"image", "image":{ "link":"https://plus.unsplash.com/premium_photo-1674289121415-ec50cba976b6?q=80&w=1935&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" } ] }, { "type":"body", "parameters":[ { "type":"text", "text":"MOA for ingredient" } ] } ] } }
we are using https://graph.facebook.com/v18.0/{phone_id}/messages weird thing is it was working till couple of days back after that it is throwing this error

We've noticed that the stories edge in the instagram graph api doesn't return caption of one of our users.
What is the cause for that? How can we make sure captions are returned if they exists?
Here's one that works as expected: https://developers.facebook.com/tools/explorer/1711491999340574/?session_id=362254336516001
Here's one that doesn't return the caption: https://developers.facebook.com/tools/explorer/1711491999340574/?session_id=355829733891550

If I post "Hello @[196567284037901]" on some of our users it will resolve to "Hello Aiven" but it won't actually tag the company
It works for my company which makes me think the permissions are correct following from https://developers.facebook.com/docs/features-reference/page-mentioning/ and syntax is correct given that it does resolve to the correct name but just doesn't tag the company
Any idea what might be happening?

I've been running into some difficulties lately with uploading videos for both Reels and Stories on Facebook. Whenever I try to upload, the process seems to hit a snag, and I can't seem to get my content to go live.
Looking forward to hearing from you all and hopefully finding a solution together! Thanks in advance for your help."
Steps to Replicate
After Uploading Videos to the following Graph APIs https://graph.facebook.com/v19.0/page_id/video_stories https://graph.facebook.com/v19.0/page_id/video_reels
Checking the status of the Videos using this API https://graph.facebook.com/v19.0/video_id?fields=status
Response : { "status": { "video_status": "processing", "processing_progress": 0, "uploading_phase": { "status": "complete", "bytes_transferred": 151626 }, "processing_phase": { "status": "not_started" }, "publishing_phase": { "status": "not_started" }, "copyright_check_status": { "status": "error" } }, "id": "*****" }

Dear, Meta Developer Team. Now, we are using facebook-ios-sdk.
Distribution of apps at Apple Store is From the spring of 2024, compliance with "Privacy Manifests" will be mandatory.
https://developer.apple.com/news/?id=r1henawx
I looked into the implementation in the Facebook SDK. But, it seems that Facebook SDK is not yet compatible. https://github.com/facebook/facebook-ios-sdk/issues/2264
When will the SDK that implements Privacy Manifests be released? Or, could you please provide information for app developers to set up the Privacy Manifests?