Facebook api – How to get a list of Posts and Reels using facebook graph API for my Page
I am using this endpoint to get a list of latest feed posts for my page: https://graph.facebook.com/v18.0/${facebookId}/feed?access_token=${access_token}&limit=20 Apparently this works and returns the latest 20 posts published in the page's feed (including reels), but there's no way to differentiate whether…