M.facebook.com Home.php [updated] — View-sourcehttps
In short: You are asking Facebook’s servers for the raw, unrendered blueprint of your mobile homepage.
: You may see JSON-like data structures that contain the "state" of your feed before it is rendered into visible posts. Common Use Cases for "View Source" View-sourcehttps M.facebook.com Home.php
Let's dissect https://m.facebook.com/home.php : In short: You are asking Facebook’s servers for
When you visit this URI (mobile version of Facebook’s home feed), the source code includes: and interactions. However
Facebook's homepage is an infinite-scrolling feed of posts, stories, ads, and interactions. However, the initial HTML source is surprisingly compact. As one observer noted, "the source code of HTML is very small, but there are many additional pieces of JavaScript code... these js codes are used to dynamically generate html".