Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am building a website in which I have a registration form.

I want to have a Facebook button so that if the User has a Facebook account they do not need to fill the form - he can just click the button so that all information like Name, email ID, phone no, Photo and location should be imported with no effort of typing information by user.

Hope I was clear enough in expressing my problem.

share|improve this question
where is your code? – webarto Oct 17 '11 at 10:02

2 Answers

Have a look at Facebook's OAuth docs:Facebook Authentication

share|improve this answer

Facebook's Registration Plugin is designed for this exact scenario, and can be used even by users without Facebook accounts, it just works as a regular form in that case.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.