How to get a Facebook post URL via API?

:bullseye: What is your goal?

subj

1 Like

Hey there,

here..

You send a GET request to the post ID with a query to return the permalink_url. So something like:

GET /v25.0/{post-id}?fields=permalink_url

1 Like