Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想让用户使用他们的 Facebook 帐户登录,但我想知道用户何时首次登录我的网站。所以我可以将他们的 facebook id 和 name 保存到我的数据库中
当您将用户登录到您的站点时,您应该在数据库中查找以查看您是否已经保存了该用户 - 如果您没有保存他们,则它是一个新用户,您应该保存详细信息。