Abhishek Jain
Abhishek Jain

Reputation: 1

How to connect to facebook

I have made a site in which i have to connect to facebook site such that when user click on registration form in my site then a popup will open of facebook site login page & when he login in facebook site then he will login automatically in my site also. I have no idea how can i start this in my site.

Upvotes: 0

Views: 125

Answers (3)

Ramakrishnan
Ramakrishnan

Reputation: 5436

You can also think about OpenId's

You can authendicate people with their openid,with out creating brand new username and password.

i think there is possibility to do the same with facebook,

if you really going to do lot of operation once after the facebook login you go with facebook documentation,else you just refer about openid standerds.

Upvotes: 0

Petrus Repo
Petrus Repo

Reputation: 972

It may also be useful to read the title "Single Sign-on with the JavaScript SDK" at Facebook's developer documentation of authentication.

Facebook SDK's JavaScript Based authentication tutorial may also be interesting.

Upvotes: 0

Sarfraz
Sarfraz

Reputation: 382656

You will have to implement Facebook Connect for that. Have a look at these tutorials on how to implement that:

Upvotes: 2

Related Questions