tags:

views:

60

answers:

3

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.

please help me.

thank you

+2  A: 

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

Sarfraz
if you are looking for open id. http://openid.net/
Paniyar
A: 

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.

Petrus Repo
A: 

Hi anshujain,

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.

Ramakrishnan