Question

I have made a website on which a user has to log in using a username and password. I have seen these in so many website, we can connect through facebook account. And I want to add the same to my web site. How is it possible,using php sdk or the javascript sdk?

Was it helpful?

Solution

The team at Facebook has spent considerable time documenting this, I would suggest you start there:

http://developers.facebook.com/docs/guides/web#login
http://developers.facebook.com/docs/authentication/

OTHER TIPS

If possible, I would do like dracolytch writes here and create a level of abstraction for both OpenID and Facebook. He is willing to share his code.

Those links are what Facebook likes to call "Badges." Go to your profile. Scroll all the way to the bottom. On the lower left hand column you should see a link that says "Create Profile Badge." Click that. From there you can edit a Badge to show the info you'd like. At the end, it will give you some html code that you can copy and paste into another website or blog. When people click on your Badge, they will get sent directly to your Facebook info box. Source(s):

http://www.facebook.com/badges.php

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top