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