Posts under category Meta & Facebook

We have to integrate fb login into our app, but to test the integration we do not have any test user. So when we go to create the test user we are getting message that "the test user creation is temporarily disabled by fb". So just wanted to know when fb will enable back to clear test users?
Thank you

Hi everyone! 👋
I've been trying to retrieve conversion event property of an ad set using the Facebook Ad Insights API.
I'm unable to find clear documentation or any specific API endpoint that allows me to obtain the conversion event property of an ad set. The end goal is to display the same content as Facebook's CV results through my application.
In the process of troubleshooting, I've learned that the CV results are associated with the ad set item during the campaign setup, specifically under the conversion event. To replicate this in my application, I believe I need to retrieve the conversion event property of the ad set through the API.
If anyone has experience with this or knows of any available API endpoints for fetching conversion event properties of ad sets in Facebook Ad Manager, your insights would be immensely helpful!
Thank you in advance for your support! 🙏
AdInsights #MarketingAPI #GraphAPI #FacebookAPI #DevelopersSupport #CommunityHelp

I added permissions and assets on screenshot.
When I hover the caption fields this message appears: "Field is empty or disallowed by the access token"
Is this is bug or something else? This error appear after the 2024-01-05. Before the 2024-01-05 I was read caption fields.
request url:
[ID]/stories?fields=id,comments_count,like_count,media_product_type,media_type,media_url,timestamp,caption
response:
{
"data": [
{
"id": "...",
"comments_count": 0,
"like_count": 0,
"media_product_type": "STORY",
"media_type": "VIDEO",
"timestamp": "2024-01-16T16:35:15+0000"
},
{
"id": "...",
"comments_count": 0,
"like_count": 0,
"media_product_type": "STORY",
"media_type": "IMAGE",
"media_url": "https://scontent.cdninstagram.com/v/...",
"timestamp": "2024-01-16T11:42:38+0000"
},
{
"id": "...",
"comments_count": 0,
"like_count": 0,
"media_product_type": "STORY",
"media_type": "IMAGE",
"media_url": "https://scontent.cdninstagram.com/v/t51...",
"timestamp": "2024-01-16T11:41:07+0000"
},
{
"id": "...",
"comments_count": 0,
"like_count": 0,
"media_product_type": "STORY",
"media_type": "VIDEO",
"media_url": "https://scontent.cdninstagram.com/o1/...",
"timestamp": "2024-01-16T10:44:49+0000"
}
],
"paging": {
"cursors": {
"before": "...",
"after": "..."
}
}
}

We are having trouble fetching all comments from an Instagram post in the Comments API. We are making a request to "/{ig-media-id}/comments" but the result does not have the same information that is displayed on the Instagram platform. How can we consult all the comments on the post "https://www.instagram.com/p/CzlhYcot-G_" ?