Skip to main content

New answers tagged

-1 votes

Facebook Messenger webhook setup, but not triggered

I ran into a very similar issue using WhatsApp Cloud API (also part of Meta's platform), where the webhook shows as "Subscribed" but no events are received at all. In my case, the issue was ...
Daniel Romero Cortes's user avatar
0 votes

Wit AI got 500 (internal server error) while using python API

Check your audio format ffmpeg -i input.wav -acodec pcm_s16le -ac 1 -ar 16000 output.wav Check your file is correct import os print(os.path.getsize(WAVE_OUTPUT_FILENAME)) Check your wit.ai token and ...
user32406464's user avatar
Advice
0 votes
0 replies
0 views

Best approach for Meta/Facebook “Sales” campaigns when checkout happens on a third-party domain?

Honestly, this is a pretty tough setup, I’ve dealt with something very similar, and yeah… Meta doesn’t really like it when you don’t control the final conversion point. From what I’ve seen, you’ve ...
Parth Joshi's user avatar
0 votes

Facebook AudienceNetwork loaded failure: No fill, Error Message "No fill", what is the reason about FaceBook android Advertise?

Add this line it must work AdSettings.setTestMode(true);
Naguchennai's user avatar
0 votes

Meta Threads API exchange access tokens in error

While graph.threads.net defaults to the latest version, try prepending a version (e.g., graph.threads.net/v1.0/access_token) to make sure the request isn't hitting an older, deprecated version of the ...
HybridMoments's user avatar
3 votes
Accepted

Meta Threads API exchange access tokens in error

I had a similar issue when i had published my app before the review had approved everything. Just try to unpublish / re-publish your app especially if all your review is approved. Note: this may ...
nicover 's user avatar
  • 2,998

Top 50 recent answers are included