Posts under category Meta & Facebook

I am trying to get all types of post's visible on my feed of all the user's, is their any way to do it.

I tried differnt facebook graph api but they are only retruning me posts made by me.

I have read on multiple post that you can only get the post those are made by you.

I just want all the public post data of my facebook wall

I am using the Instagram Graph API to fetch comments on media objects using the following two endpoints: 1. GET v19.0?fields=comments{from,hidden,id,like_count,media,text,timestamp,username,user,replies{id,media,text,from,timestamp,username,user,hidden}} 2. GET v19.0//comments
For media objects with 25 comments, the API is only returning 21 comments. This issue occurs consistently across multiple Instagram posts. Observe that the returned result contains fewer comments than expected.
Request for Help: Has anyone experienced a similar issue? Are there any known solutions or workarounds for retrieving all comments through the API?

Since 2024-09-25 around 4 UTC, these request to some post insights fields are returning invalid metrics. Here are the invalid metrics I previously requested: post_engaged_users post_negative_feedback post_negative_feedback_unique post_negative_feedback_by_type post_negative_feedback_by_type_unique post_engaged_fan post_clicks_unique post_clicks_by_type_unique post_impressions_by_story_type post_impressions_by_story_type_unique
Other insight fields are not affected, such as (non-exhaustive): post_clicks post_clicks_by_type post_impressions post_impressions_unique post_impressions_paid post_impressions_fan post_impressions_organic post_impressions_viral post_impressions_nonviral post_reactions_by_type_total
I don't see documentation regarding the deprecation of the above invalid metrics. Is there anyone facing similar issue?