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 Account Kit。在注册期间,我希望用户验证电子邮件和电话,以便他们可以使用其中任何一个登录。但目前 facebook 只允许一个用户 ID 的电话或电子邮件。有没有一种方法可以同时用于单个用户?
不可以,电子邮件和电话号码目前无法共享同一个用户 ID。您需要自己处理此问题,方法是仅使用其中一个值作为用户 ID,并在这两个值之间建立关联。