English 中文(简体)
具有我数据库的Facebooklogin/Register
原标题:Facebook Login/Register with my database

I have a website with my custom register system (really simple - username, password and e-mail). I want to make Login with facebook as my new and only register/login system. I want to put a login button which: - if user is logged to facebook just asks for permission to use e-mail and other data + asks for custom username - if user is not logged, then just facebook login

那么,如果用户在Facebook上gged,就不必在我的网页上登录。

您能否给我一个 h子,或建议与我做些什么?

问题回答

If you look on the Facebook developers page it tells you how to do this https://developers.facebook.com/docs/guides/web/#login





相关问题
ajax login using httpRequest?

I am trying to develop my login script to give feedback to the user if the login is valid or not. Basically if it isn t correct a div box will show saying its wrong, if its correct it will show its ...

Remotely authenticating client Windows user on demand

Suppose I am writing a server for a particular network protocol. If I know that the client is running on a Windows machine, is it possible for my server to authenticate the Windows user that owns the ...

Role/Permission based forms authorizing/authentication?

While looking into forms authorizing/authentication, I found that it is possible to do role based authorizing by adding an array of roles to a FormsAuthenticationTicket. That way I can write User....

热门标签