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 want to let users to log in with their facebook account but I wanna know when the users are logging in to my website for the first time. so I can save their facebook id and name into my database

share|improve this question

1 Answer

When you log the user into your site, you should do a lookup in your database to see if you already have that user saved - if you don't have them saved it's a new user, and you should save the details.

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.