As admin, I cannot use the debugger to test if SDK is working. The full permission has been set for the property. The property was created/approved recently. Never worked before.
Reproduce:
In [Monetization Manager -> Issues] I can see this We haven't received a bid request Check the SDK integration is correct or use the debugger tool to identify any potential issues and fixes. [Go to Debugger Tool] is linked to the debugger tool page. Click it and it shows just like the picture attached.
Thanks in advance.

I'm trying to use the Graph API to fetch data from other people and pages, but it only fetches my data and the pages I'm an admin of. Is it possible to do this, or has Facebook implemented restrictions ?

I’ve tested different API requests with various permissions and tokens, but the result is the same—I can only access my data and data from pages I manage. I've watched several YouTube videos that demonstrate using the Graph API to fetch data from different sources, but many of these tutorials are a bit outdated. They suggest methods that no longer seem to work.

I have implemented AdMob Server Side Verification How to verify Admob Rewarded Video Ad on a server?

Everytime the user finishes watcing a rewarded ad, Google Server Makes a GET call to my Server. I verify the signature, then store an entry to my database.

To my surprise, I noticed a discrepancy between the number of API calls recorded and the impression count on the AdMob Panel.

This results in lesser earning than what I actually reward my user.

Server Logs:

ad_reward_audit.dart:52:7) 2024-07-31 00:00:00.000Z: 2 ad_reward_audit.dart:52:7) 2024-08-01 00:00:00.000Z: 3 ad_reward_audit.dart:52:7) 2024-08-02 00:00:00.000Z: 1 ad_reward_audit.dart:52:7) 2024-08-03 00:00:00.000Z: 2 ad_reward_audit.dart:52:7) 2024-08-04 00:00:00.000Z: 35 ad_reward_audit.dart:52:7) 2024-08-06 00:00:00.000Z: 6 ad_reward_audit.dart:52:7) 2024-08-07 00:00:00.000Z: 3 ad_reward_audit.dart:52:7) 2024-08-08 00:00:00.000Z: 5 ad_reward_audit.dart:52:7) 2024-08-09 00:00:00.000Z: 36 ad_reward_audit.dart:52:7) 2024-08-10 00:00:00.000Z: 28 

AdMob Panel:

Am I wrong to think that the number of impression should match the number SSV API call ?

If it should be the case, what other steps can I do to investigate this ? I am making loss at the moment do this issue as my rewards to user actually cost me actual money (Computing time cost on expensive GPU)

I'm using Graph API Explorer to display our Facebook Page posts. The feed is producing everything I want but a couple of the posts are shared to our page.

The shared posts show the photos as an album but doesn't show any of the text, (message). I'm assuming this may be due to permissions as it's a different page.

However I cannot find a way to identify in the feed whether a post is ours or one we have shared to our page.

Is there anyway of getting the text from the original page or at least identifying whether the post is one that s shared or not.

My graph call is quite lengthy at the moment until I establish what's needed.

me?fields=id,name,feed.limit(10){created_time,full_picture,id,message,message_tags,place,attachments.limit(100){description,description_tags,media,media_type,title,type,subattachments,target,unshimmed_url,url},status_type,via,sharedposts{description,from,message},to{name}},link,posts 

EDIT:- I'm still struggling for a solution.

I have a Python application that uses a Facebook Business library. Therefore, I need to use a token provided by Facebook to access my insights and manipulate them.

However, this token has an expiration date, which is long, but I wanted to know if there is a way to update this token automatically within my application, so that it doesn't stop running.