The news from September 4 states that support for the Instagram Basic Display API will end on December 4, 2024, and migration to the Instagram API is recommended.
However, the Instagram API only provides methods for working with Instagram business accounts and creator accounts. There are no methods for personal accounts. Only the Instagram Basic Display API works with personal accounts.
Will there be methods to work with personal accounts in the Instagram API? Or have they decided to simply cut this functionality?

Error with getting this page. https://www.instagram.com/accounts/login/?force_authentication=1&next=%2Foauth%2Fauthorize%3Fenable_fb_login%3D0%26state%3D11715%26client_id%3D1551538849069679%26redirect_uri%3Dhttps%3A%2F%2Fdev.monobot.ai%2Fapi%2Fchatbot%2Fintegrations%2Finst%2Fredirect%26response_type%3Dcode%26scope%3Dbusiness_basic%2Cbusiness_manage_messages%2Cbusiness_manage_comments%2Cbusiness_content_publish%26logger_id%3Dff890c42-4503-4c4a-ba7e-69da1c656227
How can I resolve this error and why it's happend. If it's restriction. How I can upgrade restrictions?

I am currently developing an app that interacts with Facebook Page content and messages using Facebook webhooks to receive event notifications when users engage with the page.

While I’ve successfully set up and received webhooks for most events, such as page messages and feed comments, I’m experiencing an issue where the webhook is not triggered when someone posts a comment that contains a video or GIF. It seems Facebook doesn’t send any event notifications when these types of media are included in the comment except PHOTO.

I’ve noticed other developers have reported similar issues in these threads, but there is no clear solution:

My goal: I need to capture comments that contain videos, GIFs, or stickers as soon as they are published. Actively polling for comments using the Graph API is not an ideal solution due to rate limits and the need for near real-time behavior.

Question: Has anyone found a solution or workaround for receiving these types of comments (with videos, GIFs, or stickers) in real-time using Facebook’s webhooks? Is there any other method to capture them efficiently without constantly querying the Graph API?

Any help or guidance would be greatly appreciated!

Facebook recently warned us that our app will be restricted due to violation of our Platform Terms and Policies. They asked to provide more information including login credential of test or debugging user.
As response, we provided link to the app and credential of a test user to log into the app through URL. We tested the app and URL using the same credential to make sure it's working, and for sure it was fine.
In spite of all the details we provided, Facebook is still warning us and restricting our app to be accessed by publice. We don't understand what have missed and why it's still complaing about the violation however wer provided a valid credential and valid URL to the app!

I'm trying to get App review for being able to ask for permission to user and after that being able to publish a carousel on the linked account.
I've added the Instagram test account and test the all process (that works and can be done many times). But when I submit it I get the response in the attached image.
For my request I've put a video showing the all process from the connection to my app to the publishing process + addes a proof that it work.
And I have give the following explanation (I've just hide the credentials to post it here) :
Hello, here are the explanations for all the steps to process the Instagram OAuth + creating and publishing content.
Step 1 : Go to page https://app.eazia.fr/version-test and login with the user - mail : "XXXXXX" and password : "XXXXXX" Step 2 : Check the Instagram checkbox and click on the button "Continuer", it will redirect you to the Intagram OAuth Step 3 : Log with the following Instagram account - mail : "XXXXXX" password : "XXXXXX" Step 4 : Accept all the autorization and you will be redirect to https://app.eazia.fr/version-test/onboarding/linksuccess where you need to click on the button "Générer vos posts avec eaZia" to continue Step 5 : Click on the burger menu into the navbar and click on the "Posts" menu Step 6 : You have been redirected to https://app.eazia.fr/version-test/workspace_user/posts/draft and now click on the only post you can see Step 7 : You have been redirected to https://app.eazia.fr/version-test/workspace_user/edit?post=1726477073340x417398956456673300. Scroll down to the bottom of the page where you can locate the button "Publier", click on it. Step 8 : After the click the images are put in a carousel which is published on the Instagram account "edukare.finance.center" after 20 to 30 seconds.
If you have any issue with one of the step please keep us inform on what is the step which is problematic and what is the exact problem. Regards.
The thing is when I check the logs of my application I can see that there is no connection attempt and no attempt to access to my webapp during the "checking phase". Can you help me please ?