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
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.
|
|
|
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. |
|||
|
|