How to login in website using facebook id

2019-02-03 22:04发布

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?

3条回答
混吃等死
2楼-- · 2019-02-03 22:52

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.

查看更多
可以哭但决不认输i
3楼-- · 2019-02-03 23:08

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

查看更多
啃猪蹄的小仙女
4楼-- · 2019-02-03 23:11

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/

查看更多
登录 后发表回答