258 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
53
views
Meta Marketing API — Uploaded video not showing in Media Library or list API (only retrievable by ID)
I’m having an issue with the Meta Marketing API where uploaded media doesn’t appear in the Media Library or in the list API results.
After uploading a video to the Media Library via the API:
The ...
0
votes
0
answers
113
views
WhatsApp Business API: 'Unsupported post request' error persists with full permissions
Issue: Getting 'Unsupported post request' error when accessing /accounts with WABA_ID despite having all required permissions:
whatsapp_business_messaging
whatsapp_business_management
Tech Provider ...
0
votes
1
answer
276
views
Retrieve Daily Metrics for Facebook Posts, Videos, and Reels Using Graph API
Body:
I need to retrieve all daily metrics (e.g., impressions, reactions, video views) for my Facebook posts, videos, reels, etc., starting from their creation date. However, using Graph API v20.0 or ...
3
votes
0
answers
706
views
Meta Ad Library API permission error (subcode 2332004)
I'm creating a datacollector which would fetch data from public available ad in order to retrieve it on my app.
Basically, I would like to create a copycat of the official tool from Meta on my ...
0
votes
1
answer
511
views
Meta Ad Library API does not return any ad for specefic page
I have connected my application into Facebook Ad Library API using https calls.
It is working fine on some pages. but in some other pages it does not return all pages ads or in some it does not return ...
1
vote
0
answers
324
views
How to get message from an ads with facebook graph api
I have an Ad ID, I query the creative fields and I got the creative ID. I then make another API call to get the object_story_spec, if theres no data, I found out that I have to make a query the other ...
2
votes
0
answers
2k
views
How do I grant a Facebook App permission to manage a Page, and get a permanent access token for it?
I have done this before multiple times, but I don't know how, and I'm unable to figure it out for the N-th time.
I have a facebook app that I created, in the form of several nodejs scripts, which ...
1
vote
1
answer
5k
views
Instagram Content Publishing - Unsupported post request. Object with ID ' does not exist
I am trying to post an image to an Instagram account connected to my facebook account. I obtained a token using Django All auth's Facebook provider.
On checking the permissions associated with the ...
0
votes
0
answers
636
views
Facebook marketing API - GraphInsecureException - The cipher AES128-GCM-SHA256 is not supported for TLSv1.2
Facebook marketing API - GraphInsecureException - The cipher AES128-GCM-SHA256 is not supported for TLSv1.2.
We are using the Facebook business SDK in our application in order to pull the ad_accounts &...
0
votes
0
answers
320
views
How to get facebook user information using nodejs (oauth)
I am trying to fetch facebook user information using node-oauth but its giving missing page error on the browser when i am trying to perform oauth
Code
oauth2.getAuthorize call:
app.get("/...
1
vote
1
answer
1k
views
Trying to post image to Instagram from a Javascript using Instagram API
I am doing this in Google App Scripts. Seems pretty straightforward, so I first setup Meta Developer info, and created a Instagram Test User and created a valid long-lived token for that account to ...
1
vote
0
answers
58
views
How to share a custom post/video to Instagram from my XSLT web application?
What is the correct method to share something to Instagram from my XSLT web application? Eg: Users must be able to share the posts/videos on my web application to Instagram, Facebook, Twitter etc.
...
0
votes
1
answer
2k
views
Using facebook conversions api in woocommerce php with cURL
I am trying to use the Facebook conversions api with curl in woocommerce, my code is as follows (access token and pixel are hidden):
function callAPIFB($method, $url, $data){
$curl = curl_init();
...
0
votes
1
answer
323
views
Creating ad for someone else's page using the Marketing API
I'm trying to create an ad for someone else's page using the Marketing API.
So far I have
My own access token which works fine for creating and managing ads for my own page
Another user's access ...
36
votes
5
answers
21k
views
Authenticate the Test User { "error_type": "OAuthException", "code": 400, "error_message": "Invalid platform app" }
I'm trying to recover the access token via the Instagram Basic Display API but when trying to authenticate the test user I get this error:
{
"error_type": "OAuthException",
"code": 400,
"...