Login to facebook using PHP?

  • Thread starter Thread starter James J
  • Start date Start date
J

James J

Guest
I have a valid username and password from facebook and I want to login to facebook using PHP scripts and get the content of users home.

What should be the http request for loging into a facebook account?

(e.g. it should be something like GET /login.php?)

user=username&pass=password )
I am using curl for http requests.
 
Back
Top