I've followed the guide here https://developers.facebook.com/docs/plugins/oembed/ and it works.
My question is, how can I get my post urls dynamically? so I can repeatedly use this endpoint for the number of posts I have
https://graph.facebook.com/v8.0/instagram_oembed?url={postUrl}&access_token={access_token}
The way the docs show is to hard code a url into the endpoint url, which seems redundant