public static void uploadVideo(String token, String urlVideo) {     FacebookClient fbClient = new DefaultFacebookClient(token, Version.LATEST);     long scheduledTime = System.currentTimeMillis() / 1000 + 30 * 60;     FacebookType scheduledPostResponse = fbClient.publish("me/videos", FacebookType.class,             Parameter.with("file_url", urlVideo),             Parameter.with("published", false),             Parameter.with("scheduled_publish_time", scheduledTime)); 

I want to post on the site with the condition that I schedule a posting appointment. I used restFB to successfully send the request and receive the ID back, but until now the post does not appear on the page

I have set up application development mode

We want to use the Instagram Graph API to get a list of public accounts that have used a specific tag recently (or a @). I already set the app up but before I am going to dive more deeply, I want to ask whether this is possible. Because the last post I read about it (in 2020) it wasn't possible due to privacy, but the lines that were quoted, aren't in the recent manual so I am not sure whether it is still applicable. I can't find another recent answer about it.

Does someone knows this? Thank you so much!

Post I mentioned Facebook Instagram Graph Api Get Tags with username The recent manual: https://developers.facebook.com/docs/instagram-api/guides/hashtag-search

I already googled it to try to find the answer

Hello,
I am trying to create a business portfolio so that I can proceed to business verification of my app and get my app published. However, every time I try to create the business account, I get the error in the attached screenshot. I have tried clearing my cache and cookies, logging out and logging in to my account, and tried doing this from an incognito window. But I get this error every time. Anyone encountered this and more importantly how did you solve it? It is blocking me from publishing my app.
Thanks, Scott

I have been trying to fetch posts from instagram user profiles that are not professional/business profiles.

I am using below url: https://graph.instagram.com/USER_ID/media?fields=id,caption,media_type,media_url,thumbnail_url,permalink,timestamp&access_token=ACCESS_TOKEN Instead of giving me posts it gives me this error: Sorry, this content isn't available right now

Question: How can I use Instagram Basic Display API to fetch page or user posts without having the user to login through instagram or facebook?

When I log in with the Facebook app for the first time, 'Cancel' and 'Continue' buttons are missing, UI like broken, and I can't scroll either. This bug also happen when request Connect to FB Pages
Permissions Requests (FB allowed these): [ 'public_profile', 'pages_show_list', 'pages_manage_ads', 'pages_read_engagement', 'leads_retrieval', 'ads_management', 'pages_manage_metadata', 'business_management' ]
My react-native version is 0.68.2, react-native-fbsdk-next version is 11.1.0, and FBSDKVersion is 15.0.0