how can I get the post ID from the URL?
I need to update the Facebook page post, and I need for that post ID. Problem is, that I have only the post URL.
What I need to do with Facebook API: https://graph.facebook.com/v14.0/POST_ID/?message=NEW_TEXT3&access_token=MY_TOKEN
What I have (eaxmple): https://www.facebook.com/mypage/posts/pfbid12345/
Maybe there is some tool or Facebook API for that? I try to use "pfbid12345" as post ID, but it's not working.