Posts under category Facebook Graph API

I want to upload a video file to Facebook in reel format (reel.mp4) with Graph API reference docs at https://developers.facebook.com/docs/video-api/guides/reels-publishing/
Currently when I use local file upload, it always returns ``` $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, file_get_contents('facebook_reel.mp4')); curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); $response = curl_exec($ch); curl_close($ch); var_dump($response);
Result :
"copyright_check_status": { "status": "error" }
2. The same file will be returned if uploaded using file_url
Result:
"copyright_check_status": { "status": "complete", "matches_found": false } ``` Please help check the Endpoint again Thanks

I am having trouble seeing my pages in the "Get Page Access Token" area of the developer page. I can not see any of the pages I have administrative control over, and I am unable to create any page access tokens as I get the attached error, I get the same error in incognito too. Any advice is greatly appreciated as this has been ongoing for a week.

We have released a new Android/iOS app and are intending to use the Facebook login functionality. Aside from initializing the Facebook SDK and the login feature, we are not utilizing any other functionalities.
However, it has come to our attention that the following three APIs are being called within the Facebook project:
gr:get:Application
gr:get:Application/ios_skadnetwork_conversion_config
gr:get:Application/model_asset
These APIs are each being called approximately 2.5 million times, 1.5 million times, and 650,000 times, respectively.
Due to this issue, our API calls are hitting limits, preventing us from using the Facebook login functionality.
Are these APIs automatically called by the SDK? Where exactly are these calls being made from? Could you please provide the possible scenarios for these calls?
Additionally, please advise on how we can reduce or eliminate the calls to these APIs.
We aim to leverage Facebook as a crucial marketing tool, but this issue is hindering our ability to utilize Facebook at all. Any assistance on resolving this matter would be greatly appreciated.

I've tried selecting all available options at https://developers.facebook.com/support/bugs/create/, but they all return a message like this: "We regret that support is unavailable for this product. Advanced technical support via this channel is no longer publicly available for this product. Instead, these issues will be supported via the Developer Community Forum." The issue is that even if you post in the Community Forum, hardly ever does anyone from the Facebook team respond, and the bugs are ignored.