6,450 questions
0
votes
0
answers
89
views
When get facebook post comment via meta app graph api explorer got permission error
I created a business suite with my FB account, and created a user. I am the admin of this page. I also used same account to register as the meta developer. My app is also connected to the page.
When i ...
Tooling
0
votes
1
replies
37
views
Add Custom Metadata Property to Details Tab in Properties Window
I've tried looking across the internet, but I could not find a solution that actually solves my problem.
In Windows, when you open the Properties window, there is a Details tab that you can click on ...
0
votes
0
answers
20
views
Issues of downloading dependencies while trying to run JarvisVLA
When I tried to run JarvisVLA, the following error occurred when installing dependencies.
Collecting joblib (from sacremoses->transformers->jarvisvla==1.0)
Using cached joblib-1.5.1-py3-none-...
0
votes
0
answers
35
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
233
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
62
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 ...
3
votes
3
answers
110
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
73
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
90
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
67
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 ...
1
vote
2
answers
539
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
213
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
105
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
147
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 ...