Facebook usage

Hey everyone!

I was looking at http.request, which if I am correct, returns the structure of the web page of a given url.
My question would be if there’s a way to open the news feed somehow? I’m trying ‘http://facebook.com’ and that doesn’t work, it only gets the login screen, I suppose that one should login somehow to do that if I’m correct.

http request gets a lot of things,but only what you request. If a page requires a login, then yes, you have to login first.

you can login using http.request, POST , and the proper headers.

Thanks! And how would I do a login? I just can’t figure it out… :confused: