How do you login to Facebook using requests?
I am trying to make a script out of python requests to try and make my life a little easier. One of those things is logging into facebook
How would i go around my way of doing this?
I have tried looking at the "form data" and sending that form data, getting a response [200] but it doesn't work?
Any help would be appreictaed!
Voters