1) I opened a link in the browser. (suppose My Facebook FriendsList)
2) On Seeing the View Source for the Page. (I can see that around 20 names come in view source - first loaded )
3) Even if I Scroll down and get all the friends list loaded and check the View Source it is giving me same 20 people i.e. no change in the View source even if the page has more content than previous.
4) It may be Ajax request or may be Javascript but how can I get the full source code for the page.
Let me know if more info is needed.