Ask HN: How to find the numerical IDs of posts on Facebook's website?
Posts on Facebook’s website can have two types of URLs:
* with tracking: facebook.com/(user)/posts/(long obfuscated hash)
* without tracking: facebook.com/(user)/posts/(short numerical ID)
Here’s an example of a Facebook URL without tracking:https://www.facebook.com/savezdodir/posts/1073504858142844/
If you go to https://www.facebook.com/savezdodir/, open that post (it’s the latest post), and then look at the URL, you will not see the numerical ID but an obfuscated hash that contains your information. So if you share that post (e.g. on Twitter) and other people click that link, Facebook will know that you brought them to Facebook.
When I’m viewing a post on Facebook’s website, how do I find that numerical ID? In other words, the non-tracking URL of that post.