Extract public posts from Facebook page without API/APP key/token/secret
问题 Just to clarify in advance, I don't have a Facebook account and I have no intent to create one. Also, what I'm trying to achieve is perfectly legal in my country and the USA. Instead of using the Facebook API to get the latest timeline posts of a Facebook page, I want to send a get request directly to the page URL (e.g. this page) and extract the posts from the HTML source code. (I'd like to get the text and the creation time of the post.) When I run this in the web console: document