Posts under category Meta & Facebook

I've created a Meta app and got a Whatsapp test number. I can write to it and it is send to the webhook fine. But I'd like to add that number to a group so others can send messages to it as well, without necessarily needing to add that weird number.

When trying to do so it says that Business number can't be added to a group.

Is there something I can do? Am I forced to add my own number to the app and convert it to a Business number?

I'd rather not, I'd like to keep mine personal

When publishing media on Instagram, the following error occurs if is_carousel_item is true.
Request POST /{ig-user-id}/media_publish
Response
{
error: {
error_code: 2,
type: 'PUBLISH_FAILED',
error_message: 'An unexpected error has occurred. Please retry your request later.',
error_content: '{"error":{"message":"An unexpected error has occurred. Please retry your request later.","type":"OAuthException","is_transient":true,"code":2,"fbtrace_id":"AKMk22Q-vvBQRnEQCCeTRpo"}}'
}
}
This issue has been occurring since around 2024-03-08 16:30-JST.
https://developers.facebook.com/docs/instagram-api/reference/ig-user/media_publish

FB.ui share is returning a null response to my app after posting done. I can see the href link posted on my feed but the response is null -sharing my snippet FB.ui({ method: 'share', appId: , display: 'popup', quote: , href: },function(response) {console.log(response)}); This has been working for a longtime and has suddenly stopped since the new share dialog on FB has been implemented
Can someone pls help asap.