6,453 questions
0 votes
0 answers
29 views
Conversions API setup for iOS
I am trying to setup conversions API for iOS following this guide but the linking doesn't work. The modal just pops, click next, and it dismisses itself. I already have the SDK 17.4 in the client and ...
0 votes
1 answer
122 views
Whatsapp Flows sending/publishing error (Integrity requirements)
I am developing a Meta app that uses the WhatsApp Cloud API to send messages to customers. Upon creation, Meta automatically generated a WABA and a test phone number, which have been very useful for ...
1 vote
0 answers
48 views
How to retrieve "Message Templates" from Facebook Ads Manager via Graph API (not welcome_message_flows or ad creative embedded)
I'm trying to programmatically retrieve a list of "Message templates" that are available for selection when creating a Messenger ad in Facebook Ads Manager. These templates appear in a ...
4 votes
3 answers
106 views
Extending polars DataFrame while maintaining variables between calls
I would like to code a logger for polars using the Custom Namespace API. For instance, starting from: import logging import polars as pl penguins_pl = pl.read_csv("https://raw.githubusercontent....
0 votes
1 answer
65 views
Getting Meta API error code 138013 when sending a call permission template to a user
I'm working with the Meta (WhatsApp Business Cloud API) and I'm trying to send a template message that asks for call permission from the user. However, I'm getting the following error: { "...
0 votes
0 answers
59 views
How to integrate Meta/Facebook App Events SDK in an Ionic/Capacitor app?
I've developed an Ionic + Capacitor app using vanilla TypeScript and Stencil. The app is already live on both the Play Store and the App Store. Our marketing manager has asked me to set up the app to ...
-1 votes
1 answer
64 views
Dictionary memory allocated and buffer pool in mysql
What is the dictionary memory and where does it stores, is it uses the memory of buffer pool or a seperate memory, does buffer pool stores metadata pages also or only user table and indexes, in both ...
0 votes
1 answer
280 views
Next.js 16 Beta: Metadata tags showing up in body instead of head (breaking SEO)
I've been pulling my hair out over this for hours. My metadata is rendering inside the <body> tag instead of the <head> on the server-side HTML, which is completely breaking SEO. The weird ...
0 votes
0 answers
157 views
Whatsapp Business API template creation fails due to "SCAM"
I'm trying to make a new template for the Whatsapp Business API for phone verification so I'm doing this cURL (this is a regular copy-code authentication template, so I'm not putting any custom text): ...
-1 votes
1 answer
97 views
How to remove CVS metadata from binary files
I was able to recover one of my first Java projects in a CVS repository from 2002, but those files have text metadata mixed with the file data. Most of the text/sourcecode files have the metadata ...
1 vote
0 answers
79 views
What is the syntax for adding non-rendered data/metadata to a .ui file?
I’m making an application where I’m converting a .xml to a .ui file (qtdesigner), and rendering that using pyqt. However, there is some data in the .xml that I do not want to render (e.g. as metadata);...
0 votes
1 answer
122 views
Problem reading the _last_checkpoint file from the _delta_log directory of a delta lake table on s3
I am trying to read the _delta_log folder of a delta lake table via spark to export some custom metrics. I have configured how to get some metrics from history and description but I have problem ...
1 vote
1 answer
82 views
ExifTool ExtractEmbedded to CSV Rows
I have MPEG-2 Transport Stream (M2T) .ts files recorded on an airborne camera platform. They have embedded KLV/MISB metadata that I would like exported to a CSV. When I ran the command: exiftool '/...
2 votes
1 answer
84 views
How to update order meta after completing order?
I am trying to save custom meta after order complete. Both of these hooks fire on my side, however update_meta_data in woocommerce_payment_complete_order_status_completed is never saved. Why is this ...
0 votes
0 answers
93 views
in coldfusion how do I get query metadata in the variables scope?
When I cfdump the variables scope, I want to know the query metadata in all queries while debugging a huge project. This snip seems to be working, but is there a more direct call or attribute in ...