Possible Duplicate:
Am I allowed to store data retrieved from Facebook connect on my server?
Can We store Facebook login information to our database so that if user can come to revisit our site he can automatically log in to Facebook.
Can We store Facebook login information to our database so that if user can come to revisit our site he can automatically log in to Facebook. |
||||
|
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
if user has accepted your app request and sharing his information with you. that information you can store in your db but his login credentials you can't save its due to security. if user is already logged in facebook and that time he visit your site that thing you can manage he will be auto logged in to your site. Hope you understand if you need more clarification please visit facebook API. Thanks |
|||
|
|
|
No, it is not possible. You can, however, check if user is logged in (FB.getLoginStatus()) and ask said user to log in if he/she is not (FB.login()) |
|||
|
|