Unable to List Facebook Pages via Graph API for Business Manager Admin User
I’m encountering an issue with the Facebook Graph API where one of my users, User Chris, cannot list his Facebook pages despite being an administrator in Business Manager. Here’s the breakdown:
Facebook graph API error code: 368: “We limit how often you can post, comment or do other things in a given amount of time in order to help …”
I’m trying to make a bot that replies to facebook comments on my page’s livestream. Unfortunately, after a few replies, Facebook send back an error message with code 368 and I can only send more replies after a few seconds. The full message is:
https://graph.facebook.com/{your-user-id}/accounts?access_token={user-access-token} return empty data
I have the permissions public_profile, email, pages_read_engagement, instagram_basic, instagram_manage_insights, pages_show_list, read_insights, business_management. When I make a request to the API https://graph.facebook.com/v19.0/{your-user-id}/accounts?access_token={user-access-token} using a user ID and user access token, I sometimes get account data for some users, but for others, I receive empty data.
I can’t find my page on facebook page token on Facebook Graph API Explorer
I am trying to use Facebook Graph API Explorer to get a page access token to a specific page.
Facebook Pages access when running on the backend?
I have to get basic data from Facebook Pages (as opposed to Profiles) e.g. https://www.facebook.com/njordgearshop
Ads Archive API Not Returning Active Ads
I’m using the Facebook Ads Archive API to fetch ads with the following URL:
Received an email “Review parameters blocked by Meta”
We have received an email about Meta ad account
Trigger new live stream on my Facebook page programatically
I’m managing a local volleyball league Facebook page and would like to stream the live matches from my GoPro to this page. I wanted to automate things so when GoPro connects to the RTMP server and starts streaming my script (could be Python or everything else) would create a stream on Facebook page, fetch the FB stream key and pass it to the FFMpeg.
How long does it take for Facebook Graph API data to stabilize? (Regarding API caching)
I use Facebook Graph API to get my ads insights. However, I notice small discrepancies (a few people or a few dozen) when I fetch the data for the previous day at different times. This is likely due to Facebook API caching. I couldn’t find information on how long it takes for these data to stabilize (for example, GA4 states that data stabilizes after 48 hours).
Could anyone provide some details on this ? Thanks.
How long does it take for Facebook Graph API data to stabilize? (Regarding API caching)
I use Facebook Graph API to get my ads insights. However, I notice small discrepancies (a few people or a few dozen) when I fetch the data for the previous day at different times. This is likely due to Facebook API caching. I couldn’t find information on how long it takes for these data to stabilize (for example, GA4 states that data stabilizes after 48 hours).
Could anyone provide some details on this ? Thanks.