In threads documentation: https://developers.facebook.com/docs/threads/posts

They gives the details of Threads Graph API to post content on Threads platform. Here:

They don't mention that how we can get our threads-user-id. Please tell me how I can get that.

I already search on Facebook developer account and they don't mention any type of thread-user-id their.

I used my threads account username but it didn't work for me as well.

It is impossible to go live with developer test users on test business pages because a recent change for business pages requires the page to be a minimum of 60 days old / 100 followers to enable live video as a capability.
This rule has, unfortunately, also been applied to test user accounts, breaking the ability to run test lives in the development environment.
Our application, which operates on business pages, is currently under review. Despite our best efforts, we are repeatedly failing our review, not for the violation under review, but due to the fact that the FB reviewers do not have access to a business page that they can go live on. This will soon disable our application due to the inability to pass the review as the reviewer doesn't have access to the right tools, which underlines the need for a solution to this issue.

As per https://developers.facebook.com/docs/plugins/embedded-posts/
Sometime in mid October 2024, our embedded posts have stopped working for mobile devices on wordpress website.
It works fine for desktop, but mobile it breaks.
The plugin/code detects a mobile device and changes using https://facebook.com to https://m.facebook.com causing a http 400 error.
Console logs: Refused to display 'https://m.facebook.com/' in a frame because it set 'X-Frame-Options' to 'deny'.
code used on word press post:

or [facebook_post url="https://www.facebook.com/PawsClawsAdoption/posts/929565525876422" width="500"]
URL that mobile generates and uses in the iframe (broken) https://m.facebook.com/plugins/post.php?app_id=310860795753134&channel=https%3A%2F%2Fstaticxx.facebook.com%2Fx%2Fconnect%2Fxd_arbiter%2F%3Fversion%3D46%23cb%3Df0180052a8332b903%26domain%3Dwww.pawsandclawsadoptions.com.au%26is_canvas%3Dfalse%26origin%3Dhttps%253A%252F%252Fwww.pawsandclawsadoptions.com.au%252Ff27eac462160384b6%26relation%3Dparent.parent&container_width=274&href=https%3A%2F%2Fwww.facebook.com%2FPawsClawsAdoption%2Fposts%2F929565525876422&locale=en_US&sdk=joey
URL desktop generates in iframe (working) https://www.facebook.com/v2.0/plugins/post.php?app_id=310860795753134&channel=https%3A%2F%2Fstaticxx.facebook.com%2Fx%2Fconnect%2Fxd_arbiter%2F%3Fversion%3D46%23cb%3Df002d2a99d7f8fdbc%26domain%3Dwww.pawsandclawsadoptions.com.au%26is_canvas%3Dfalse%26origin%3Dhttps%253A%252F%252Fwww.pawsandclawsadoptions.com.au%252Ff1cdcf9040098cca1%26relation%3Dparent.parent&container_width=292&href=https%3A%2F%2Fwww.facebook.com%2FPawsClawsAdoption%2Fposts%2F929565525876422&locale=en_US&sdk=joey&width=500

I am using the Facebook Video API to publish reels to a facebook page. I can sucessfully publish the reel to my page, but it is not visible to anyone else, meaning it is probably private.

I couldn't find any settign or parameter in the API to make the video public

I assume the issue is with permissions? I am using page access tokens for each page, and these are the permissions set for the app:

read_insights publish_video pages_show_list business_management instagram_basic instagram_manage_comments instagram_manage_insights instagram_content_publish instagram_manage_messages pages_read_engagement pages_manage_metadata pages_read_user_content pages_manage_posts pages_manage_engagement

I hope someone knows what the issue is

I saw that there is another permission: public_profile that should be set, but I just don't see it, it's not in the list of permissions

Do I need to verify the app? (it's in development). I just don't have an actual app, I am using make.com to make api requests to facebook graph api and video api

⁠Sometimes We’re experiencing intermittent issues where some events from Meta aren’t hitting our webhook. The webhook is connected and set up in our Meta App Dashboard. Are there known issues that could cause events to sometimes fail to reach certain webhooks? Any troubleshooting advice or solutions would be appreciated.